Assignment from built-in integer types.
auto b = BigInt("123"); b = 456; assert(b == BigInt("456"));
See Implementation
Assignment from built-in integer types.