strictlyNegativeIntOrNull

@SinceKotools(project = Project.Types, version = "3.2", stability = StabilityLevel.Alpha)
fun strictlyNegativeIntOrNull(value: Int): StrictlyNegativeInt?

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