ConstElement type produced by the source iterable and comparison sequence.
Iterable providing the values to retain from src.
Optional factory supplying the set used to test membership.
A deferred iterable yielding items found in both sequences, preserving source order.
Yields the elements that appear in both the source iterable and the comparison sequence.
Curried version of _intersect.