Skip to main content

class ArrayIterator<T>

undocumented

Extends: FastIteratorBase<T>

Type parameters

NameDescription
Tundocumented

Properties

array

undocumented

Definition

readonly array: readonly T[];

endIndex

undocumented

Definition

readonly endIndex: number;

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

Returns the next IteratorResult.

Definition

next(): IteratorResult<T>;

Overrides

FastIterator.next, FastIteratorBase.next