- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Representation_of_values (0.09 sec)
-
doc/go_spec.html
<h3 id="Pointer_types">Pointer types</h3> <p> A pointer type denotes the set of all pointers to <a href="#Variables">variables</a> of a given type, called the <i>base type</i> of the pointer. The <a href="#Representation_of_values">value</a> of an uninitialized pointer is <code>nil</code>. </p> <pre class="ebnf"> PointerType = "*" BaseType . BaseType = Type . </pre> <pre> *Point *[4]int </pre>
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Dec 02 23:07:19 UTC 2025 - 286.5K bytes - Viewed (1)