remove(T, k)
remove(T, k) removes the entry of T stored under the key k.
|
|
|
If T is not a mutable hash table, an error is thrown. One way to remove an entry from an immutable hash table is with the function applyPairs:
|
|
The remove command does not return any output.
The object remove is a compiled function.