toNonZeroInt

@SinceKotoolsTypes(version = "1.1")
fun Int.toNonZeroInt(): NonZeroInt

Returns this value as a non-zero int, or throws an IllegalArgumentException if this value equals 0.