derive::opcodes

Constant OP_WITHIN

Source
pub const OP_WITHIN: u8 = 0xa5; // 165u8
Expand description

Pop the top three items; if the top is >= the second and < the third, push 1, otherwise push 0.