toStrictlyNegativeIntOrThrow

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

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