RegisterMap

Type Alias RegisterMap 

Source
pub type RegisterMap = HashMap<usize, u64>;
Expand description

Type used to mock registers. Export to make typing in tests more readable. Used by Regmock

Aliased Typeยง

pub struct RegisterMap { /* private fields */ }