Skip to content

iter::except

except(first, second)

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.