Single-Type Arrays are a language feature.
An array data structure that only can hold items of the same type.
Languages with Single-Type Arrays include TypeScript, HOPE
const scores: int[]
[1,2,3]
Article source