plus

operator fun Long.plus(other: BigInteger): BigInteger
operator fun Int.plus(other: BigInteger): BigInteger
operator fun Short.plus(other: BigInteger): BigInteger
operator fun Byte.plus(other: BigInteger): BigInteger
operator fun ULong.plus(other: BigInteger): BigInteger
operator fun UInt.plus(other: BigInteger): BigInteger
operator fun UShort.plus(other: BigInteger): BigInteger
operator fun UByte.plus(other: BigInteger): BigInteger