strictlyNegative

@SinceKotoolsTypes(version = "1.0")
val Int.strictlyNegative: StrictlyNegativeInt

Deprecated

Use toStrictlyNegativeInt() instead.

Replace with

import kotools.types.number.toStrictlyNegativeInt
toStrictlyNegativeInt()

Transforms the current Int to a StrictlyNegativeInt, or throws an IllegalArgumentException if the current value is not lower than 0.