The type of the elements of the input sequences.
An async-iterable sequence whose distinct elements that also appear in the first sequence will be returned.
Optional
comparer: ((x, y) => boolean | Promise<boolean>) = comparerAsyncAn 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 async-iterable sequences.