Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. doc/go_spec.html

    in square brackets rather than parentheses
    [<a href="#Go_1.18">Go 1.18</a>].
    </p>
    
    <pre class="ebnf">
    TypeParameters  = "[" TypeParamList [ "," ] "]" .
    TypeParamList   = TypeParamDecl { "," TypeParamDecl } .
    TypeParamDecl   = IdentifierList TypeConstraint .
    </pre>
    
    <p>
    All non-blank names in the list must be unique.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
Back to top