Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for KeyType (0.18 sec)

  1. doc/go_spec.html

    called the key type.
    The <a href="#Representation_of_values">value</a> of an uninitialized map is <code>nil</code>.
    </p>
    
    <pre class="ebnf">
    MapType = "map" "[" KeyType "]" ElementType .
    KeyType = Type .
    </pre>
    
    <p>
    The <a href="#Comparison_operators">comparison operators</a>
    <code>==</code> and <code>!=</code> must be fully defined
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Dec 02 23:07:19 UTC 2025
    - 286.5K bytes
    - Viewed (1)
Back to top