StrictlyPositiveInt

@SinceKotools(project = Project.Types, version = "1.1")
fun StrictlyPositiveInt(value: Int): StrictlyPositiveInt

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