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