dec

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

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

Since Kotlin

1.2

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

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

Since Kotlin

1.2