fn remove(self: *EnvMap, key: []const u8) void

Removes the item from the map and frees its value. This invalidates the value returned by get() for this key. On Windows key must be a valid UTF-8 string.

Parameters

self: *EnvMap,
key: []const u8,