Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReceiverType (0.05 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 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