bc::opcodes

Constant OP_2DUP

Source
pub const OP_2DUP: u8 = 0x6e;
Expand description

Duplicates the top two stack items as AB -> ABAB.