The type of the elements in the source sequence.
The result of the predicate that is truthy/falsy.
A function to test each element for a condition.
An iterable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.
Returns elements from an iterable sequence as long as a specified condition is true.
The type of the elements in the source sequence.
A function to test each element for a condition.
An iterable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.
Generated using TypeDoc
Returns elements from an iterable sequence as long as a specified condition is true.