Go Slices: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
A slice is a descriptor for a contiguous segment of an underlying [[Go_Arrays#Overview|array]]. | |||
=TODEPLETE= | =TODEPLETE= | ||
{{Internal|Go_Slices_TODEPLETE|Go Slices TODPLETE}} | {{Internal|Go_Slices_TODEPLETE|Go Slices TODPLETE}} |
Revision as of 16:52, 15 August 2024
External
Internal
Overview
A slice is a descriptor for a contiguous segment of an underlying array.