Skip to main content

vars_of

Function vars_of 

Source
pub fn vars_of(map: &BTreeMap<String, Value>) -> Vec<(&str, &Value)>
Expand description

Convenience: a blackboard-shaped variable list (BTreeMap<String, Value> → the (name, value) slice shape the eval fns take).