operator unary- method

Integer operator unary-()

Implementation

Integer operator -() => Integer(-_value);