fn getPtr(self: *Self, key: Key) ?*Value
Gets the address of the value associated with a key. If the key is not in the map, returns null.
self: *Self,
key: Key,