Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addressable (0.06 sec)

  1. doc/go1.17_spec.html

    <code>&amp;x</code> generates a pointer of type <code>*T</code> to <code>x</code>.
    The operand must be <i>addressable</i>,
    that is, either a variable, pointer indirection, or slice indexing
    operation; or a field selector of an addressable struct operand;
    or an array indexing operation of an addressable array.
    As an exception to the addressability requirement, <code>x</code> may also be a
    (possibly parenthesized)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top