Whether this big integer is numerically smaller than other.
other
bool operator <(Obj<BigInt> other) => value < other.value;