@rimbu/stream@rimbu/stream/customArrayIterator<T>On this pageclass ArrayIterator<T>undocumentedExtends: FastIteratorBase<T>Type parametersNameDescriptionTundocumentedPropertiesarrayundocumentedDefinitionreadonly array: readonly T[];endIndexundocumentedDefinitionreadonly endIndex: number;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