toStrictlyNegativeInt

@SinceKotools(project = Project.Types, version = "3.2")
fun Int.toStrictlyNegativeInt(): Result<StrictlyNegativeInt>

Returns this integer as a StrictlyNegativeInt, or IllegalArgumentException if this integer is positive.