Back to Hugo

slice

docs/content/en/quick-reference/glossary/slice.md

0.161.1217 B
Original Source

A slice is a numbered sequence of elements. Unlike Go's array data type, slices are dynamically sized. Elements within a slice can be scalars, arrays, maps, pages, or other slices.