Adds two digits together, returning the result as an int.
int operator +(Digit addend) => toInt() + (addend.toInt());