Skip to main content

LT_INT

Constant LT_INT 

Source
pub const LT_INT: u8 = 0x24;
Expand description

Typed < for two Int operands. as_int decode on both sides (folds the inline path inline), raw i64 compare, push bool. Skips compare_lt‘s tag-dispatch (is_int/is_float/is_string chain plus cross-type promotion). Emitted when both operands’ Spanned::ty() resolve to Type::Int.