toStrictlyNegativeInt

@SinceKotoolsTypes(version = "4.0")
fun Int.toStrictlyNegativeInt(): Result<StrictlyNegativeInt>

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