toStrictlyNegativeInt

@SinceKotools(project = Project.Types, version = "1.1")
fun Int.toStrictlyNegativeInt(): StrictlyNegativeInt

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