Tests whether this digit is less than other.
other
bool operator <(Digit other) => toInt() < (other.toInt());