essential_constraint_vm::asm::short

Constant GTE

source
pub const GTE: Constraint;
Expand description

§Gte

0x14

Check if left-hand side is greater than or equal to right-hand side.

§Stack Input

[lhs, rhs]

§Stack Output

[lhs >= rhs]