fn get(self: EnvMap, key: []const u8) ?[]const u8

Return the map’s copy of the value associated with a key. The returned string is invalidated if this key is removed from the map. On Windows key must be a valid UTF-8 string.

Parameters

self: EnvMap,
key: []const u8,