Go Slices

From NovaOrdis Knowledge Base
Revision as of 07:26, 22 March 2016 by Ovidiu (talk | contribs) (Created page with "=Internal= * [[]] =Overview= A ''slice'' is a reference type that implements a ''dynamic array''. Slice built-in functions <tt>append()</tt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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