Skip to main content

class ArrayReverseIterator<T>

undocumented

Extends: FastIteratorBase<T>

Type parameters​

NameDescription
Tundocumented

Properties​

array​

undocumented

Definition​

readonly array: readonly T[];

i​

undocumented

Definition​

i: number;

startIndex​

undocumented

Definition​

readonly startIndex: number;

Methods​

fastNext​

undocumented

Definition​

fastNext<O>(otherwise?: OptLazy<O>): T | O;

Type parameters​

NameDescription
O

Parameters​

NameTypeDescription
otherwiseOptLazy<O>

Overrides​

FastIteratorBase.fastNext

next​

undocumented

Definition​

next(): IteratorResult<T>;

Overrides​

FastIteratorBase.next