Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISmartArrayLike<T>

Defines an array and its length. It can be helpful to group result from both Arrays and smart arrays in one structure.

Type parameters

  • T

Hierarchy

  • ISmartArrayLike

Implemented by

Index

Properties

Properties

dataSearch playground for data

data: Array<T>

The data of the array.

lengthSearch playground for length

length: number

The active length of the array.

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method