Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Pointer_types (0.07 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 Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
Back to top