Module environment

Source

Structsยง

Environment
Environment type that holds contexts, and the current environment. The current environment is the environment type. The contexts are the context type. The context type is a key-value pair of the environment type and the value. The value is the value for the environment type.
EnvironmentBuilder
Environment builder The EnvironmentBuilder is used to create an environment with the current environment and contexts.