nonZeroIntOrNull

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

Returns the value as a NonZeroInt, or returns null if the value equals zero.