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