BigInt.opAssign

BigInt opAssign(T)(T x) if (isIntegral!T) pure nothrow @safe

Assignment from built-in integer types.

BigInt opAssign(T: BigInt)(T x) pure @nogc @safe

Assignment from another BigInt.