Go Slices
Jump to navigation
Jump to search
External
Internal
Overview
A slice is a descriptor for a contiguous segment of an underlying array. A slice type denotes the set of all slices of arrays of its element types. Slice was used to be referred to as a reference type, but not anymore, as reference type terminology was removed from Go documentation.