Skip to content

iter::exceptBy

exceptBy(first, second) => a

ParameterTypeDescription
firstIterable
secondIterable

Returns

(Generator) The set difference of the given Iterables, i.e. the items in the first Iterable that don't appear in the second one. The closure is used to determine the keys.