mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
Merge commit 'a024bc7d76fcc5e49e8210f9b0896db9ef21861a'
This commit is contained in:
6
docs/content/en/quick-reference/glossary/array.md
Normal file
6
docs/content/en/quick-reference/glossary/array.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
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.
|
Reference in New Issue
Block a user