Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Mp (0.02 sec)

  1. doc/go_spec.html

    using an addressable value will automatically take the address of that value: <code>t.Mp</code> is equivalent to <code>(&amp;t).Mp</code>.
    </p>
    
    <pre>
    f := t.Mv; f(7)   // like t.Mv(7)
    f := pt.Mp; f(7)  // like pt.Mp(7)
    f := pt.Mv; f(7)  // like (*pt).Mv(7)
    f := t.Mp; f(7)   // like (&amp;t).Mp(7)
    f := makeT().Mp   // invalid: result of makeT() is not addressable
    </pre>
    
    <p>
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // mo : http://www.monic.net.mo/
    mo
    com.mo
    net.mo
    org.mo
    edu.mo
    gov.mo
    
    // mobi : https://www.iana.org/domains/root/db/mobi.html
    mobi
    
    // mp : http://www.dot.mp/
    // Confirmed by registry <******@****.***> 2008-06-17
    mp
    
    // mq : https://www.iana.org/domains/root/db/mq.html
    mq
    
    // mr : https://www.iana.org/domains/root/db/mr.html
    mr
    gov.mr
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
Back to top