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