The type of the elements of the input sequences.
An iterable sequence whose distinct elements that also appear in the first sequence will be returned.
Optional
comparer: ((x, y) => boolean) = defaultComparerAn equality comparer to compare values.
An operator that returns a sequence that contains the elements that form the set intersection of two sequences.
Generated using TypeDoc
Produces the set intersection of two iterable sequences.