NegativeIntOrNull

@SinceKotools(project = Project.Types, version = "3.0")
fun NegativeIntOrNull(value: Int): NegativeInt?

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