Emits all elements of a synchronous iterable then completes (Tier 2).
function fromIter<T>(iterable: Iterable<T>): ProducerStore<T>
iterable
Iterable<T>
ProducerStore<T>