BigInt.opAssign
Assignment operator from integral types.
Allows direct assignment from any integral type: BigInt b; b = 42;
Parameters
x | The integral value to assign |
Returns
Reference to this after assignment
Assignment operator from integral types.
Allows direct assignment from any integral type: BigInt b; b = 42;
x | The integral value to assign |