fn fetchPut(self: *Self, allocator: Allocator, key: K, value: V) Allocator.Error!?KV
Inserts a new Entry into the hash map, returning the previous one, if any.
Entry
self: *Self,
allocator: Allocator,
key: K,
value: V,