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

x/denocordts/deps.ts>Collection#intersect

An Object Oriented Discord API wrapper for Deno.
Latest
method Collection.prototype.intersect
import { Collection } from "https://deno.land/x/denocordts@1.2.0/deps.ts";

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

Parameters

other: Collection<K, V>

The other Collection to filter against