fn fetchPut(self: *Self, allocator: Allocator, key: K, value: V) !?KV

Inserts a new Entry into the hash map, returning the previous one, if any.

Parameters

self: *Self,
allocator: Allocator,
key: K,
value: V,