Skip to main content

Env

Type Alias Env 

Source
pub type Env = Vec<EnvFrame>;
Expand description

Scope stack: innermost scope last.

Aliased Typeยง

pub struct Env { /* private fields */ }