strictlyNegativeIntOrThrow

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

Returns the value as a StrictlyNegativeInt, or throws an IllegalArgumentException if the value is positive.