Skip to main

fromIterable

fromIterable

Signature - source.ts#L913

function fromIterable<T>(iterable: Iterable<T>): Source<T>