ImmutableArraytype
readonly T[]
Immutable array: an array that cannot be changed.
- Consistency with
ImmutableObject<T>andMutableArray<T>
readonly T[]
Immutable array: an array that cannot be changed.
ImmutableObject<T> and MutableArray<T>