Multiplies other by this big integer.
other
The result is again a big integer.
Obj<BigInt> operator *(Obj<BigInt> other) => (value * other.value).obj;