AImager

// 数组
[N]int

// 数组初始化可用语法,编译器根据初始化来确定数组长度
a := [...]int{1,2,3,4,5}