Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Embedded_interfaces (0.08 sec)

  1. doc/go_spec.html

    <pre>
    func (p T) Lock() { … }
    func (p T) Unlock() { … }
    </pre>
    
    <p>
    they implement the <code>Locker</code> interface as well
    as the <code>File</code> interface.
    </p>
    
    <h4 id="Embedded_interfaces">Embedded interfaces</h4>
    
    <p>
    In a slightly more general form
    an interface <code>T</code> may use a (possibly qualified) interface type
    name <code>E</code> as an interface element. This is called
    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