The type of the state used in the generator loop.
The type of the elements in the produced sequence.
The initial state.
Condition to terminate generation (upon returning false).
Iteration step function.
Selector function for results produced in the sequence.
The generated iterable sequence.
Generated using TypeDoc
Generates an iterable sequence by running a state-driven loop producing the sequence's elements.