Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReceiverType (1.21 sec)

  1. doc/go_spec.html

    with the same arguments as <code>M</code> prefixed by an additional
    argument that is the receiver of the method.
    </p>
    
    <pre class="ebnf">
    MethodExpr   = ReceiverType "." MethodName .
    ReceiverType = Type .
    </pre>
    
    <p>
    Consider a struct type <code>T</code> with two methods,
    <code>Mv</code>, whose receiver is of type <code>T</code>, and
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Dec 02 23:07:19 UTC 2025
    - 286.5K bytes
    - Viewed (1)
Back to top