Go Slices

From NovaOrdis Knowledge Base
Revision as of 16:57, 15 August 2024 by Ovidiu (talk | contribs) (→‎Overview)
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.

TODEPLETE

Go Slices TODPLETE