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