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

294 B

title
array

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. See the Go documentation for details.