toStrictlyPositiveInt

@SinceKotoolsTypes(version = "1.1")
fun Int.toStrictlyPositiveInt(): Result<StrictlyPositiveInt>

Returns this integer as an encapsulated StrictlyPositiveInt, or returns an encapsulated IllegalArgumentException if this integer is negative.