operator - abstract method

IntX operator -(
  1. dynamic other
)

Subtraction operator.

Implementation

IntX operator -(other);