Internal
Create a new generator that yields elements from the input iterable that satisfy the predicate.
The element type of the input iterable
The input iterable
The predicate function
A new generator with elements from the input iterable that satisfy the predicate.
Generated using TypeDoc
Create a new generator that yields elements from the input iterable that satisfy the predicate.