fn popOrNull(self: *Self) ?KV
Removes the last inserted Entry in the hash map and returns it if count is nonzero. Otherwise returns null.
Entry
self: *Self,