Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/revoltio/deps.ts>Collection#difference

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

The difference method returns a new structure containing items where the key is present in one of the original structures but not the other.

Parameters

other: ReadonlyCollection<K, T>

The other Collection to filter against