Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface describing the output object for an indexed array-like object.

Type parameters

  • T

Hierarchy

Index

Properties

accessorProtocol

accessorProtocol: false

Boolean indicating whether the provided array-like object supports the get/set protocol (i.e., uses accessors for getting and setting elements).

accessors

accessors: []

Two-element array whose first element is an accessor for retrieving an array element and whose second element is an accessor for setting an array element.

data

data: Collection<T>

Reference to the original array-like object.

dtype

dtype: string | null

Data type.

length

length: number

Number of indexed elements.

offset

offset: number

Starting index.

stride

stride: number

Index increment.