The source iterable.
Type guard invoked for each element and its zero-based index; iteration stops immediately when it returns false.
A deferred sequence containing the contiguous prefix that satisfies predicate.
Returns consecutive leading elements while a predicate returns true.
Type of elements within source.
The source iterable.
Predicate invoked for each element and its zero-based index; iteration stops immediately when it returns false.
A deferred sequence containing the contiguous prefix that satisfies predicate.
Returns consecutive leading elements while a type guard predicate continues to succeed, narrowing the element type.