Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for an (0.12 sec)

  1. doc/go_spec.html

    }
    
    // illegal: Bad4 may not embed an array containing Bad4 as element type
    type Bad4 interface {
    	[10]Bad4
    }
    </pre>
    
    <h4 id="Implementing_an_interface">Implementing an interface</h4>
    
    <p>
    A type <code>T</code> implements an interface <code>I</code> if
    </p>
    
    <ul>
    <li>
    	<code>T</code> is not an interface and is an element of the type set of <code>I</code>; or
    </li>
    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