Lets the values of the iterable pass through until a condition is met. The first value that doesn't meet the condition will stop the iteration.
The type of the items in the source sequence.
Generated using TypeDoc
Lets the values of the iterable pass through until a condition is met. The first value that doesn't meet the condition will stop the iteration.