Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nullable (0.26 sec)

  1. doc/go1.17_spec.html

    </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
    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 .
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    </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
    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 .
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top