std
:
std.collections
.
Map<K,V>
.Remove
Method Remove:
Bool
( key:K )
Removes a key from the map.
Parameters
key
key The key to remove.