Subtracts subtrahend from this digit, returning the result as an int. The result may be negative.
subtrahend
int
int operator -(Digit subtrahend) => toInt() - subtrahend.toInt();