@rimbu/stream@rimbu/stream/customArrayReverseIterator<T>On this pageclass ArrayReverseIterator<T>undocumentedExtends: FastIteratorBase<T>Type parametersNameDescriptionTundocumentedPropertiesarrayundocumentedDefinitionreadonly array: readonly T[];iundocumentedDefinitioni: number;startIndexundocumentedDefinitionreadonly startIndex: number;MethodsfastNextundocumentedDefinitionfastNext<O>(otherwise?: OptLazy<O>): T | O;Type parametersNameDescriptionOParametersNameTypeDescriptionotherwiseOptLazy<O>OverridesFastIteratorBase.fastNextnextReturns the next IteratorResult.Definitionnext(): IteratorResult<T>;OverridesFastIterator.next, FastIteratorBase.next