There was an error while loading. Please reload this page.
Obtain values present in both iterables.
Similar: union, intersection, difference, symmetricDifference.
function intersection(x, y, fc, fm) // x: an iterable // y: another iterable // fc: compare function (a, b) // fm: map function (v, i, x)