Go Slice Expressions: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Go Slices =TODO= * https://go.dev/ref/spec#Slice_expressions") |
(→TODO) |
||
Line 3: | Line 3: | ||
=TODO= | =TODO= | ||
* https://go.dev/ref/spec#Slice_expressions | * https://go.dev/ref/spec#Slice_expressions | ||
=Overview= | |||
The new slice created by a slice expression shares the underlying array with the original slice. |
Revision as of 00:33, 19 August 2024
Internal
TODO
Overview
The new slice created by a slice expression shares the underlying array with the original slice.