toStrictlyNegativeIntOrNull

@SinceKotools(project = Project.Types, version = "1.1")
fun Int.toStrictlyNegativeIntOrNull(): StrictlyNegativeInt?

Returns this value as a StrictlyNegativeInt, or returns null if this value is positive.