mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 13:40:38 +03:00
6 lines
281 B
Markdown
6 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.
|