- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for DELETE (0.05 sec)
-
doc/go1.17_spec.html
<p> The built-in function <code>delete</code> removes the element with key <code>k</code> from a <a href="#Map_types">map</a> <code>m</code>. The type of <code>k</code> must be <a href="#Assignability">assignable</a> to the key type of <code>m</code>. </p> <pre class="grammar"> delete(m, k) // remove element m[k] from map m </pre> <p>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)