1
0
Fork 0
hugo/docs/content/en/quick-reference/glossary/array.md

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.