@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.fastNextnextundocumentedDefinitionnext(): IteratorResult<T>;OverridesFastIteratorBase.next