mirror of https://github.com/gohugoio/hugo
7 lines
281 B
Markdown
7 lines
281 B
Markdown
---
|
|
title: array
|
|
reference: https://go.dev/ref/spec#Array_types
|
|
---
|
|
|
|
An _array_ is a numbered sequence of [_elements_](g). Unlike Go's [_slice_](g) data type, an array has a fixed length. Elements within an array can be [_scalars_](g), slices, [_maps_](g), pages, or other arrays.
|