pub const fn instructions<const N: usize, const INSTRUCTION_COUNT: usize>(
instructions: [Instruction; N],
) -> [Instruction; INSTRUCTION_COUNT]
Expand description
Constructs an array of instructions for the given array.
pub const fn instructions<const N: usize, const INSTRUCTION_COUNT: usize>(
instructions: [Instruction; N],
) -> [Instruction; INSTRUCTION_COUNT]
Constructs an array of instructions for the given array.