pub type Env = IndexMap<String, EnvValue>;
An environment mapping.
struct Env { /* private fields */ }