import { AsyncOfIterator } from "https://deno.land/x/rimbu@0.13.1/stream/async-custom/async-fast-iterator-base.ts";
Constructors
new
AsyncOfIterator(values: ArrayNonEmpty<AsyncOptLazy<T>>)Methods
fastNext<O>(otherwise?: AsyncOptLazy<O>): MaybePromise<T | O>