operator unary- method

  1. @override
Int64 operator unary-()
override

Negate operator.

Note that -MIN_VALUE is equal to MIN_VALUE due to overflow.

Implementation

@override
Int64 operator -() => _negate(_l, _m, _h);