Generator overview
The Generator module provides tools for working with Generator
In functional jargon, this module provides a monadic interface over Generator
Added in v1.0.0
Table of contents
conversions
fromIterable
Signature
export declare function fromIterable<A>(fa: Iterable<A>): Generator<A>
Added in v1.0.0