plus

inline operator fun BigInt.plus(rhs: Byte): BigInt
inline operator fun BigInt.plus(rhs: Short): BigInt
inline operator fun BigInt.plus(rhs: Int): BigInt
inline operator fun BigInt.plus(rhs: Long): BigInt
inline operator fun BigInt.plus(rhs: UByte): BigInt
inline operator fun BigInt.plus(rhs: UShort): BigInt
inline operator fun BigInt.plus(rhs: UInt): BigInt
inline operator fun BigInt.plus(rhs: ULong): BigInt