toStrictlyNegativeInt
Deprecated
Use the Int.toStrictlyNegativeIntOrThrow function instead.
Replace with
import kotools.types.number.toStrictlyNegativeIntOrThrow
Content copied to clipboard
this.toStrictlyNegativeIntOrThrow()
Content copied to clipboard
Returns this value as a StrictlyNegativeInt, or throws an StrictlyNegativeInt.ConstructionError if this value is positive.