Array<T>
Array is a generic type.
TypeScript โฉ
ReadonlyArray โญ๏ธ
T[ ] : shorthand for Array<T>
readonly T[ ] : shorthand for ReadonlyArray<T>
Last updated
Array is a generic type.
TypeScript โฉ
ReadonlyArray โญ๏ธ
T[ ] : shorthand for Array<T>
readonly T[ ] : shorthand for ReadonlyArray<T>
Last updated