Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Embedded_interfaces (0.2 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 Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
Back to top