Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Pointer_types (0.47 sec)

  1. doc/go_spec.html

    	T6 struct{ f func() T6 }   // T6 contains T6 as component of a function type
    	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.
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
Back to top