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 */ }pub(crate) type InstructionVec = FixedCapacityVec<Instruction, NUM_INSTRUCTIONS>;Type alias for a FixedCapacityVec that can build InstructionArrays
pub(crate) struct InstructionVec { /* private fields */ }