@rimbu/stream@rimbu/stream/customDropWhileIterator<T>On this pageclass DropWhileIterator<T>undocumentedExtends: FastIteratorBase<T>Type parametersNameDescriptionTundocumentedPropertiesindexundocumentedDefinitionindex: number;negateundocumentedDefinitionreadonly negate: boolean;passundocumentedDefinitionpass: boolean;predundocumentedDefinitionreadonly pred: (value: T, index: number) => boolean;sourceundocumentedDefinitionreadonly source: FastIterator<T>;MethodsfastNextundocumentedDefinitionfastNext<O>(otherwise?: OptLazy<O>): T | O;Type parametersNameDescriptionOParametersNameTypeDescriptionotherwiseOptLazy<O>OverridesFastIteratorBase.fastNextnextundocumentedDefinitionnext(): IteratorResult<T>;OverridesFastIteratorBase.next