pub type VariableMap = HashMap<Rc<str>, Variable, RandomState>;
pub struct VariableMap { /* private fields */ }