Go Slices: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
m (Ovidiu moved page Go Slice to Go Slices without leaving a redirect)
No edit summary
Line 10: Line 10:


<font color=red>'''TODO''' Deep difference between slice and array (memory model, etc.)</font>
<font color=red>'''TODO''' Deep difference between slice and array (memory model, etc.)</font>
=Slice Literals=

Revision as of 17:32, 22 March 2016

Internal

Overview

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.)


Slice Literals