Constant LT

Source
pub const LT: Op;
Expand description

§Lt

0x13

Check if left-hand side is less than right-hand side.

§Stack Input

[lhs, rhs]

§Stack Output

[lhs < rhs]