1
0
Fork 0
hugo/docs/content/en/getting-started/glossary/slice.md

301 B

title
slice

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. See the Go documentation for details.