The type of the elements of the input sequences.
An iterable sequence whose distinct elements form the second set for the union.
Optional
comparer: ((x, y) => boolean) = defaultComparerThe equality comparer to compare values.
An iterable sequence that contains the elements from both input sequences, excluding duplicates.
Generated using TypeDoc
Produces the set union of two sequences by using the given equality comparer.