StrictlyPositiveIntOrNull

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

Returns the value as a StrictlyPositiveInt, or returns null if the value is negative.