hugo/docs/content/en/getting-started/glossary/array.md
2025-01-23 09:47:46 +01:00

5 lines
294 B
Markdown

---
title: array
---
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. See the [Go documentation](https://go.dev/ref/spec#Array_types) for details.