negativeIntOrNull

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

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