Context

Type Alias Context 

Source
pub type Context = HashMap<String, f64>;
Expand description

Context for strange loop execution - contains mutable state

Aliased Typeยง

pub struct Context { /* private fields */ }