array

Fixed size collection of elements of the same/homogeneous type.

let name: [type; #] = [val1, val2, val3...];