fn fetchPutAssumeCapacity(self: *Self, key: K, value: V) ?KV
Inserts a new Entry into the hash map, returning the previous one, if any. If insertion happuns, asserts there is enough capacity without allocating.
Entry
self: *Self,
key: K,
value: V,