yield-from ( gen -- )


Vocabulary
generators

Inputs
gena generator


Outputs
None

Word description
Delegate computation to the specified generator until it is exhausted, before resuming computation in the current generator.

Definition