Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Method_expressions (0.11 sec)

  1. doc/go_spec.html

    </pre>
    
    <p>
    but the following is invalid:
    </p>
    
    <pre>
    q.M0()       // (*q).M0 is valid but not a field selector
    </pre>
    
    
    <h3 id="Method_expressions">Method expressions</h3>
    
    <p>
    If <code>M</code> is in the <a href="#Method_sets">method set</a> of type <code>T</code>,
    <code>T.M</code> is a function that is callable as a regular function
    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