toNonZeroIntOrNull

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

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