NonZeroInt

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

Returns the value as a NonZeroInt, or throws an NonZeroInt.ConstructionError if the value equals zero.