toStrictlyNegativeIntOrNull

@SinceKotoolsTypes(version = "1.1")
fun Int.toStrictlyNegativeIntOrNull(): StrictlyNegativeInt?

Returns this value as a strictly negative int, or returns null if this value is positive.