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.