Skip to content

iter::intersectBy

intersectBy(first, second) => a

ParameterTypeDescription
firstIterable
secondIterable

Returns

(Generator) The intersect of the given Iterables where the closure determines the keys.