toStrictlyPositiveIntOrThrow

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

Returns this value as a StrictlyPositiveInt, or throws an IllegalArgumentException if this value is negative.