Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Winters (0.14 sec)

  1. doc/go_spec.html

    	T7 struct{ f [10][]T7 }    // T7 contains T7 as component of a slice in an array
    )
    </pre>
    
    <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 value of an uninitialized pointer is <code>nil</code>.
    </p>
    
    <pre class="ebnf">
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top