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