fn fetchRemove(self: *Self, key: K) ?KV

Removes a value from the map and returns the removed kv pair.

Parameters

self: *Self,
key: K,