fn putMove(self: *EnvMap, key: []u8, value: []u8) !void
Same as put but the key and value become owned by the EnvMap rather than being copied. If putMove fails, the ownership of key and value does not transfer. On Windows key must be a valid UTF-8 string.
put
putMove
key
self: *EnvMap,
key: []u8,
value: []u8,