strictlyNegativeOrNull

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

Deprecated

Use toStrictlyNegativeIntOrNull() instead.

Replace with

import kotools.types.number.toStrictlyNegativeIntOrNull
toStrictlyNegativeIntOrNull()

Transforms the current Int to a StrictlyNegativeInt, or returns null if the current value is not lower than 0.