ListMap.remove - multiple declarations
Function ListMap.remove
Remove node from list. It also becomes unaccessible via key lookup.
Function ListMap.remove
Remove value by key.
bool remove
(
K key
);
Returns
true if node with such key was found and removed. False otherwise.