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