Go Arrays: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


* [[Go Concepts - The Type System#Built-in_Types|Go Built-in Types]]
* [[Go Concepts - The Type System#Built-in_Types|Go Built-in Types]]
=Overview=
An array is a numbered sequence of elements, ''of a single type'', and ''with a fixed length''.




=Array Literals=
=Array Literals=

Revision as of 05:58, 27 March 2016

Internal

Overview

An array is a numbered sequence of elements, of a single type, and with a fixed length.


Array Literals