Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reference (0.26 sec)

  1. doc/go1.17_spec.html

    <pre>
    func(float32) float32
    </pre>
    
    <p>
    As with <a href="#Selectors">selectors</a>, a reference to a non-interface method with a value receiver
    using a pointer will automatically dereference that pointer: <code>pt.Mv</code> is equivalent to <code>(*pt).Mv</code>.
    </p>
    
    <p>
    As with <a href="#Calls">method calls</a>, a reference to a non-interface method with a pointer receiver
    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)
Back to top