An array is a fixed size collection of elements of the same type.

To declare an int array of 5 elements: var arr = [5]int

Below is a code example showing different ways to create an array.

https://codeeval.dev/gist/ee660a31384d3b2326abbc8972d48589