Type Alias ValueList

Source
type ValueList = Arc<RwLock<BTreeMap<BigInt, HashMap<VariableRef, VariableValue>>>>;

Aliased Typeยง

struct ValueList { /* private fields */ }