Obtain values present in both iterables.
an iterable
another iterable
compare function (a, b)
map function (v, i, x)
x ∩ y = {v | v ∈ x, v ∈ y}
Generated using TypeDoc
Obtain values present in both iterables.