fn removeByPtr(self: *Self, key_ptr: *K) void
Delete the entry with key pointed to by key_ptr from the hash map. key_ptr is assumed to be a valid pointer to a key that is present in the hash map.
self: *Self,
key_ptr: *K,