Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for IsSuperset (0.1 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">
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top