Skip to main content

ADD_INT

Constant ADD_INT 

Source
pub const ADD_INT: u8 = 0x17;
Expand description

Typed + for two Int operands. as_int decode + wrapping_add, boxing back through NanValue::new_int. Skips the tag-dispatch chain in arith_add. Emitted when both operand types resolve to Type::Int.