Class Remove

All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class Remove extends BinaryFunction
Removes entries with matching key from the map.
map = {'x':2, 'y':3};
remove(map, 'x');
The function returns either the value or the removed key or nullValue if the key is missing the key has no value.
Since:
Jep 4.1
See Also: