fn popOrNull(self: *Self) ?KV

Removes the last inserted Entry in the hash map and returns it if count is nonzero. Otherwise returns null.

Parameters

self: *Self,