pub type Variables = BTreeMap<VariableKey, VariableValue>;
Expand description
A map of variables, indexed by their key.
Must be a map such that is impossible to set the same variable twice.
Aliased Typeยง
pub struct Variables { /* private fields */ }