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

5 lines
301 B
Markdown

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