Returns a new BigInt wrapping the sum of the value of this BigInt and the value of rhs.
BigInt
The sum of this BigInt and the given rhs BigInt.
Other BigInt that will be added to this BigInt to produce the returned sum value.