pub type InstrArgs = HashMap<String, f64>;
Expand description

Type alias for instruction arguments: a dictionary with key-value pairs of string (argument name) and float (value)