Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IArrayLike<T>

An array-like object that is used instead of actual arrays to avoid performance penalty associated with length updates.

Type parameters

  • T

    The type of an element.

Hierarchy

  • IArrayLike

Indexable

[index: number]: T

An array-like object that is used instead of actual arrays to avoid performance penalty associated with length updates.

Index

Properties

Properties

length

length: number

Generated using TypeDoc