Type alias FrozenArray<T>

FrozenArray<T>: readonly T[]

A frozen array type is a parameterized type whose values are references to objects that hold a fixed length array of unmodifiable values. The values in the array are of type T.

Type Parameters

  • T

Generated using TypeDoc