The type of the elements of the input sequences.
An iterable sequence whose elements that also occur in the operator sequence will cause those elements to be removed from the returned sequence.
Optional
comparer: ((x, y) => boolean) = defaultComparerAn equality comparer to compare values
An operator that returns a sequence that contains the set difference of the elements of two sequences.
Generated using TypeDoc
Produces the set difference of two iterable sequences by using the specified equality comparer to compare values.