Skip to main content

class IndexedIterator<T>

undocumented

Extends: FastIteratorBase<T>

Type parameters​

NameDescription
Tundocumented

Properties​

index​

undocumented

Definition​

index: number;

source​

undocumented

Definition​

readonly source: FastIterator<T>;

startIndex​

undocumented

Definition​

readonly startIndex: number;

Methods​

fastNext​

undocumented

Definition​

fastNext<O>(otherwise?: OptLazy<O> |undefined): [number, T]| O;

Type parameters​

NameDescription
O

Parameters​

NameTypeDescription
otherwiseOptLazy<O> | undefined

Overrides​

FastIteratorBase.fastNext

next​

undocumented

Definition​

next(): IteratorResult<T>;

Overrides​

FastIteratorBase.next