Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/revoltio/src/lib.ts>Collection#intersect

No-nonsense Revolt library for nodejs and deno.
Latest
method Collection.prototype.intersect
Re-export
import { Collection } from "https://deno.land/x/revoltio@v1.0.0/src/lib.ts";

The intersect method returns a new structure containing items where the keys and values are present in both original structures.

Parameters

other: ReadonlyCollection<K, T>

The other Collection to filter against