NonZeroIntOrNull

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

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