operator unary- method

Expr operator unary-()

Negate this expression.

Implementation

Expr operator -() => $(0) - this;