Element type produced by the source iterable.
Narrowed element type when pred acts as a type guard.
Source iterable evaluated synchronously.
Predicate invoked with each element and its index to determine inclusion.
A deferred iterable yielding every element for which pred returns a truthy value.
Filters items from a source iterable using a predicate, optionally narrowing the element type.
Element type produced by the source iterable.
Source iterable evaluated synchronously.
Predicate invoked with each element and its index to determine inclusion.
A deferred iterable yielding every element for which pred returns a truthy value.
Filters items from a source iterable using a predicate, optionally narrowing the element type.