Skip to main content

OperandList

Type Alias OperandList 

Source
pub type OperandList = IdxRange<Operand>;
Expand description

A run of operands, which is what an instruction’s operand vector is.

Aliased Type§

pub struct OperandList { /* private fields */ }