Skip to main content

Env

Type Alias Env 

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

Variable environment: maps names to values.

ans is the reserved name for the result of the last expression that was not assigned to a named variable (Octave/MATLAB convention).

Aliased Typeยง

pub struct Env { /* private fields */ }