@rimbu/stream@rimbu/stream/customDropIterator<T>On this pageclass DropIterator<T>undocumentedExtends: FastIteratorBase<T>Type parametersNameDescriptionTundocumentedPropertiesamountundocumentedDefinitionreadonly amount: number;remainundocumentedDefinitionremain: number;sourceundocumentedDefinitionreadonly source: FastIterator<T>;MethodsfastNextundocumentedDefinitionfastNext<O>(otherwise?: OptLazy<O>): T | O;Type parametersNameDescriptionOParametersNameTypeDescriptionotherwiseOptLazy<O>OverridesFastIteratorBase.fastNextnextundocumentedDefinitionnext(): IteratorResult<T>;OverridesFastIteratorBase.next