Function HashMap.remove

remomve key from hash.

bool remove (
  K k
);

Returns

true if actually removed, false otherwise.