Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for opacify (0.2 sec)

  1. doc/go_spec.html

    Implementation restriction:
    A union (with more than one term) cannot contain the
    <a href="#Predeclared_identifiers">predeclared identifier</a> <code>comparable</code>
    or interfaces that specify methods, or embed <code>comparable</code> or interfaces
    that specify methods.
    </p>
    
    <p>
    Interfaces that are not <a href="#Basic_interfaces">basic</a> may only be used as type
    constraints, or as elements of other interfaces used as constraints.
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    MethodSpec         = MethodName Signature .
    MethodName         = identifier .
    InterfaceTypeName  = TypeName .
    </pre>
    
    <p>
    An interface type may specify methods <i>explicitly</i> through method specifications,
    or it may <i>embed</i> methods of other interfaces through interface type names.
    </p>
    
    <pre>
    // A simple File interface.
    interface {
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top