Interface Indexed<T>Internal

Type with a numeric length and numerically indexed elements of a generic type T.

For example, Array<T> and Uint8Array.

Type Parameters

  • T

Hierarchy

  • Indexed

Indexable

[index: number]: T

Properties

Properties

length: number

Generated using TypeDoc