operator - method

Expr operator -(
  1. Expr rhs
)

Implementation

Expr operator -(Expr rhs) => subtract(rhs);