dec

open operator override fun dec(): StrictlyNegativeInt

Returns this value decremented by one. If this value equals 1, it returns -1 instead. If this value is the minimum, it returns the maximum value instead.