toStrictlyPositiveIntOrNull

@SinceKotoolsTypes(version = "1.1")
fun Int.toStrictlyPositiveIntOrNull(): StrictlyPositiveInt?

Returns this value as a strictly positive int, or returns null if this value is negative.