operator - method

Expr operator -(
  1. Object other
)

Arithmetic subtraction operator.

Implementation

Expr operator -(Object other) => sub(this, $(other));