Skip to content

iter::intersect

intersect(first, second)

ParameterTypeDescription
firstIterable
secondIterable

Returns

(Generator) The intersect of the given Iterables.