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