mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
Merge commit 'a024bc7d76fcc5e49e8210f9b0896db9ef21861a'
This commit is contained in:
6
docs/content/en/quick-reference/glossary/slice.md
Normal file
6
docs/content/en/quick-reference/glossary/slice.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: slice
|
||||
reference: https://go.dev/ref/spec#Slice_types
|
||||
---
|
||||
|
||||
A _slice_ is a numbered sequence of elements. Unlike Go's [_array_](g) data type, slices are dynamically sized. [_Elements_](g) within a slice can be [_scalars_](g), [_arrays_](g), [_maps_](g), pages, or other slices.
|
Reference in New Issue
Block a user