Negate operator.
Note that -MIN_VALUE is equal to MIN_VALUE due to overflow.
-MIN_VALUE
MIN_VALUE
@override Int64 operator -() => _negate(_l, _m, _h);