class FastIteratorBase implements FastIterator<T>Abstractimport { FastIteratorBase } from "https://deno.land/x/rimbu@1.0.3/stream/custom/index.ts"; A base class for FastIterator instances, that takes implements the default next function based on the abstract fastNext function. Type ParametersTMethodsabstractfastNext<O>(otherwise?: OptLazy<O>): T | Onext(): IteratorResult<T>