BigInt opAssign(T)(T x) if (isIntegral!T)
Assignment from built-in integer types.
BigInt opAssign(T: BigInt)(T x)
Assignment from another BigInt.