import { DropWhileIterator } from "https://deno.land/x/rimbu@1.0.3/stream/custom/index.ts";
Constructors
new
DropWhileIterator(source: FastIterator<T>, pred: (value: T, index: number) => boolean)import { DropWhileIterator } from "https://deno.land/x/rimbu@1.0.3/stream/custom/index.ts";