import { AsyncDropIterator } from "https://deno.land/x/rimbu@0.13.1/stream/async-custom/index.ts";
Constructors
new
AsyncDropIterator(source: AsyncFastIterator<T>, amount: number)Methods
fastNext<O>(otherwise?: AsyncOptLazy<O>): Promise<T | O>
x/rimbu/stream/async-custom/index.ts>AsyncDropIterator
import { AsyncDropIterator } from "https://deno.land/x/rimbu@0.13.1/stream/async-custom/index.ts";