PositiveIntOrNull

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

Returns the value as a PositiveInt, or returns null if the value is strictly negative.