Removes the element pointed by key from the map and deallocates it.
All pointers tied to this element are no longer valid from this point.
the key of the node to remove
true if the element with the key was found, false if not.
See Implementation
Removes the element pointed by key from the map and deallocates it.
All pointers tied to this element are no longer valid from this point.