map.remove()
Last updated
Was this helpful?
Last updated
Was this helpful?
The map.remove()
function with unified map.remove()
and deep-remove()
returns $map
without $keys
.
$map
A map to remove $keys
from.
$keys...
Multiple keys to remove from $map
. If key is a comma-separated list then map.deep-remove()
function is used, otherwise map.remove()
.
The return value is a copy of $map
without any values associated with $keys
.