strictlyPositiveIntOrNull

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

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