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