import { AsyncFromStream } from "https://deno.land/x/rimbu@0.13.1/stream/async-custom/async-stream-custom.ts";
Constructors
new
AsyncFromStream(createIterator: () => AsyncFastIterator<T>)Properties
[Symbol.asyncIterator]: () => AsyncFastIterator<T>