inc

inline operator fun BigDecimal.inc(): BigDecimal(source)

Enables the use of the unary ++ operator for BigDecimal instances.

Since Kotlin

1.2

inline operator fun BigInteger.inc(): BigInteger(source)

Enables the use of the ++ operator for BigInteger instances.

Since Kotlin

1.2