array
Fixed size collection of elements of the same/homogeneous type.
let name: [type; #] = [val1, val2, val3...];
Select a result to preview
Fixed size collection of elements of the same/homogeneous type.
let name: [type; #] = [val1, val2, val3...];