Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for UNKNOWN (0.03 seconds)

  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]
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Dec 02 23:07:19 GMT 2025
    - 286.5K bytes
    - Click Count (1)
Back to Top