Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for methodNames (0.06 sec)

  1. doc/go1.17_spec.html

    </p>
    
    <pre class="ebnf">
    InterfaceType      = "interface" "{" { ( MethodSpec | InterfaceTypeName ) ";" } "}" .
    MethodSpec         = MethodName Signature .
    MethodName         = identifier .
    InterfaceTypeName  = TypeName .
    </pre>
    
    <p>
    An interface type may specify methods <i>explicitly</i> through method specifications,
    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