ConstElement type produced by the source iterable.
Iterable whose elements are removed from the result if encountered.
Optional factory supplying the set used to track excluded values.
A deferred iterable containing items from src that are absent in seq.
Yields elements from the source iterable that do not appear in the exclusion sequence.
Curried version of _except.