Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maps (0.13 sec)

  1. doc/go1.17_spec.html

    <a href="#Deletion_of_map_elements"><code>delete</code></a> built-in function.
    </p>
    <p>
    A new, empty map value is made using the built-in
    function <a href="#Making_slices_maps_and_channels"><code>make</code></a>,
    which takes the map type and an optional capacity hint as arguments:
    </p>
    
    <pre>
    make(map[string]int)
    make(map[string]int, 100)
    </pre>
    
    <p>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top