Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for comma (0.14 sec)

  1. doc/go_spec.html

    expression and the type declaration is parsed as an array type declaration.
    To resolve the ambiguity, embed the constraint in an
    <a href="#Interface_types">interface</a> or use a trailing comma:
    </p>
    
    <pre>
    type T[P interface{*C}] …
    type T[P *C,] …
    </pre>
    
    <p>
    Type parameters may also be declared by the receiver specification
    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)
Back to top