Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. doc/go_spec.html

    </pre>
    
    <p>
    All non-blank names in the list must be unique.
    Each name declares a type parameter, which is a new and different <a href="#Types">named type</a>
    that acts as a placeholder for an (as of yet) unknown type in the declaration.
    The type parameter is replaced with a <i>type argument</i> upon
    <a href="#Instantiations">instantiation</a> of the generic function or type.
    </p>
    
    <pre>
    [P any]
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top