Internal
Create a new generator that yields elements that are the result of "scanning" previous elements
The element type of the input iterable
The element type of the output iterable
Initial value of the scanner
The input iterable
Combiner of previous value and current element
A new generator with elements from the input iterable that satisfy the predicate.
Generated using TypeDoc
Create a new generator that yields elements that are the result of "scanning" previous elements