bc::opcodes

Constant OP_TUCK

Source
pub const OP_TUCK: u8 = 0x7d;
Expand description

Copy the top stack item to before the second item, as [top next] -> [top next top].