import { Collection } from "https://deno.land/x/revoltio@v1.0.0/deps.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
Returns
Collection<K, T>