Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for keyType (0.04 seconds)

  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
    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