toNonZeroIntOrNull

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

Returns this value as a non-zero int, or returns null if this value equals 0.