pub type MultiVariableHashMap = HashMap<String, Vec<Variable>>;
Expand description

An unordered mapping of names to a vector of Variables.

Aliased Type§

struct MultiVariableHashMap { /* private fields */ }