Constant OP_TUCK
pub const OP_TUCK: All;
Expand description
Copy the top stack item to before the second item, as [top next] -> [top next top].
pub const OP_TUCK: All;
Copy the top stack item to before the second item, as [top next] -> [top next top].