pub fn dup<const N: usize, WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Expand description
Implements the DUP1-DUP16 instructions.
Duplicates the Nth stack item to the top of the stack.
pub fn dup<const N: usize, WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the DUP1-DUP16 instructions.
Duplicates the Nth stack item to the top of the stack.