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 starting at the first element in the linear series that does not pass the test specified by predicate.
Bypasses elements in an async-iterale sequence as long as a specified condition is true and then returns the remaining elements.
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 starting at the first element in the linear series that does not pass the test specified by predicate.
Generated using TypeDoc
Bypasses elements in an async-iterale sequence as long as a specified condition is true and then returns the remaining elements.