map.remove

Syntax

a := map.remove(m,a)

Remove a value from a map. The value is referred to by its key a, and the value is returned.

Returns:

a - value being removed

Arguments:

m - map

a - value used as the key