fn getPtr(self: EnvMap, key: []const u8) ?*[]const u8
Find the address of the value associated with a key. The returned pointer is invalidated if the map resizes. On Windows key must be a valid UTF-8 string.
key
self: EnvMap,
key: []const u8,