Go Strings

From NovaOrdis Knowledge Base
Revision as of 16:46, 22 March 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Overview

The predeclared String type identifier is string. String values are (possibly empty) sequences of bytes. String values are immutable.

String Operators and Functions