operator - method

Logic operator -(
  1. dynamic other
)

Subtraction.

Implementation

Logic operator -(dynamic other) => Subtract(this, other).out;