derive::opcodes

Constant OP_LESSTHANOREQUAL

Source
pub const OP_LESSTHANOREQUAL: u8 = 0xa1; // 161u8
Expand description

Pop the top two items; push 1 if the second is <= the top, 0 otherwise.