Go Slices: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|
(No difference)
|
A slice is a reference type that implements a dynamic array.
Slice built-in functions append(), copy().
TODO Deep difference between slice and array (memory model, etc.)