Usage
import from Generator T
| Parameter | Type | Description |
|---|---|---|
| T | Type | the type of the elements generated |
Description
Generator T is a type which allows values of type T to be obtained serially in a `repeat' or `collect' form.
Exports
concat: List % %
concatenation interlacing: List % %
interlacing next!: % T
get the next element partialNext!: % Partial T
get the next element