class DropIterator extends FastIteratorBase<T>Re-exportimport { DropIterator } from "https://deno.land/x/rimbu@1.0.3/stream/custom/index.ts"; ConstructorsnewDropIterator(source: FastIterator<T>, amount: number)Type ParametersTPropertiesremain: numberMethodsfastNext<O>(otherwise?: OptLazy<O>): T | O