An array is a numbered sequence of [elements]. Unlike Go’s [slice] data type, an array has a fixed length. Elements within an array can be [scalars], slices, [maps], pages, or other arrays.
An array is a numbered sequence of [elements]. Unlike Go’s [slice] data type, an array has a fixed length. Elements within an array can be [scalars], slices, [maps], pages, or other arrays.