pub const NEG_INT: u8 = 0x1E;Expand description
Typed unary - on an Int operand. Pops one value and negates over ℤ
via AverInt::neg (non-wrapping; -i64::MIN promotes to a bignum), then
re-boxes through from_aver_int. Skips the is_int / is_float branch in
NEG. Emitted when inner.ty() resolves to Type::Int.