plus

abstract operator fun plus(other: BigInt): BigInt

Returns a new BigInt this this + other


open operator fun plus(other: Int): BigInt

Returns this + other