Function instructions

Source
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.