strictlyPositiveIntOrThrow

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

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