difference
difference<
A>(other): (s) =>ReadonlySet<A>
Defined in: Data/Uniq.ts:237
Returns a new collection containing only the items from set that do not appear in other.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”ReadonlySet<A>
Returns
Section titled “Returns”(s) => ReadonlySet<A>