type ValueList = Arc<RwLock<BTreeMap<BigInt, HashMap<VariableRef, VariableValue>>>>;
Aliased Typeยง
struct ValueList { /* private fields */ }
type ValueList = Arc<RwLock<BTreeMap<BigInt, HashMap<VariableRef, VariableValue>>>>;
struct ValueList { /* private fields */ }