[ Version ( deprecated = true , replacement = "Map.unset_all" ) ]
public bool remove_all (Map<K,V> map)
Warning: remove_all is deprecated. Use Map.unset_all.
Removes all items from this map that are common to the input map and this map.
map |
the map which common items are deleted from this map |