Skip to main content

InstructionVec

Type Alias InstructionVec 

Source
pub(crate) type InstructionVec = FixedCapacityVec<Instruction, NUM_INSTRUCTIONS>;
Expand description

Type alias for a FixedCapacityVec that can build InstructionArrays

Aliased Typeยง

pub(crate) struct InstructionVec { /* private fields */ }