Array<T>
Array is a generic type.
TypeScript ⟩
T[ ] : shorthand for Array<T>
readonly T[ ] : shorthand for ReadonlyArray<T>
Last updated
Array is a generic type.
TypeScript ⟩
T[ ] : shorthand for Array<T>
readonly T[ ] : shorthand for ReadonlyArray<T>
Last updated