StrictlyNegativeIntOrNull

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

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