Skip to main content

Env

Type Alias Env 

Source
pub type Env = HashMap<VarId, Value>;
Expand description

Evaluation environment: variable bindings. Uses im::HashMap for O(1) clone (structural sharing).

Aliased Typeยง

pub struct Env { /* private fields */ }