import { AsyncConcatIterator } from "https://deno.land/x/rimbu@0.13.1/stream/async-custom/index.ts";
Constructors
new
AsyncConcatIterator(source: AsyncStream<T>, otherSources: AsyncStreamSource<T>[])Properties
iterator: AsyncFastIterator<T>
Methods
fastNext<O>(otherwise?: AsyncOptLazy<O>): Promise<T | O>