toStrictlyPositiveInt

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

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