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