toStrictlyPositiveIntOrNull

@SinceKotools(project = Project.Types, version = "1.1")
fun Int.toStrictlyPositiveIntOrNull(): StrictlyPositiveInt?

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