Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Junior (2.36 sec)

  1. doc/go1.17_spec.html

    name <code>E</code> in place of a method specification. This is called
    <i>embedding</i> interface <code>E</code> in <code>T</code>.
    The <a href="#Method_sets">method set</a> of <code>T</code> is the <i>union</i>
    of the method sets of <code>T</code>’s explicitly declared methods and of
    <code>T</code>’s embedded interfaces.
    </p>
    
    <pre>
    type Reader interface {
    	Read(p []byte) (n int, err error)
    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