Keeps each element present in every one of the given arrays, once, in the order it first appears in the first array,
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
arrays, the result is empty.
Reduces arrays to their set intersection.
Keeps each element present in every one of the given arrays, once, in the order it first appears in the first array, 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 arrays, the result is empty.