Keeps each element present in every one of the given collections, once, in the order it first appears in the first
collection, so several sources narrow to the elements they share without duplicates. Without a comparator, elements
are compared by identity the way a Set does (SameValueZero); pass equal to intersect by a custom relation
instead. Given no collections, the result is empty.
Reduces collections to their set intersection.
Keeps each element present in every one of the given collections, once, in the order it first appears in the first collection, so several sources narrow to the elements they share without duplicates. Without a comparator, elements are compared by identity the way a
Setdoes (SameValueZero); passequalto intersect by a custom relation instead. Given no collections, the result is empty.