pub const fn stack_io(op: OpCodeInfo, inputs: u8, outputs: u8) -> OpCodeInfo
Expand description
Use for OPCODE_INFO
to sets the number of stack inputs and outputs in the OpCodeInfo
.
pub const fn stack_io(op: OpCodeInfo, inputs: u8, outputs: u8) -> OpCodeInfo
Use for OPCODE_INFO
to sets the number of stack inputs and outputs in the OpCodeInfo
.