fn remove(self: *Self, key: K) bool
If there is an Entry with a matching key, it is deleted from the hash map, and this function returns true. Otherwise this function returns false.
Entry
self: *Self,
key: K,