Retrieves the value of the environment variable with the given name.
auto path = environment["PATH"];
$(OBJECTREF Exception) if the environment variable does not exist, or std.utf.UTFException if the variable contains invalid UTF-16 characters (Windows only).
environment.get, which doesn't throw on failure.
See Implementation
Retrieves the value of the environment variable with the given name.