Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for KeyType (0.04 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 Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
Back to top