Preparing search index...
The search index is not available
Algomatic - v4.0.0
Algomatic
ArrayLike
Interface ArrayLike<T>
An array like object with mutable elements.
interface
ArrayLike
<
T
>
{
length
:
number
;
[
index
:
number
]
:
T
;
}
Type Parameters
T
The array element.
Indexable
[
index
:
number
]:
T
Index
Properties
length
Properties
Readonly
length
length
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
length
Algomatic - v4.0.0
Loading...
An array like object with mutable elements.