Type of elements within the source iterable.
The source iterable.
Predicate receiving the element and its zero-based index. The first element for which it returns false is included in the result.
A deferred sequence starting with the first element that fails predicate.
Skips elements while a predicate returns
trueand then yields the remaining elements.