pub type OperandList = IdxRange<Operand>;
A run of operands, which is what an instruction’s operand vector is.
pub struct OperandList { /* private fields */ }