Indigo 0.95 |
indigo. io. environment
Provides the struct Environment. Summary
EnvironmentProvides access to the system’s environment variables. Currently this is a relatively simple wrapper, and it exists mainly to prepare for changes in the underlying API and to make future thread-safe implementations possible. This struct is not meant to be instantiated. All its functions are static. |
Retrieve the value for the environment variable with the given name.
static char[] opIndex( char[] name )