Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for superset (0.15 sec)

  1. doc/go1.17_spec.html

    <p>
    An interface type specifies a <a href="#Method_sets">method set</a> called its <i>interface</i>.
    A variable of interface type can store a value of any type with a method set
    that is any superset of the interface. Such a type is said to
    <i>implement the interface</i>.
    The value of an uninitialized variable of interface type is <code>nil</code>.
    </p>
    
    <pre class="ebnf">
    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