toStrictlyNegativeInt

Deprecated

Use the Int.toStrictlyNegativeIntOrThrow function instead.

Replace with

import kotools.types.number.toStrictlyNegativeIntOrThrow
this.toStrictlyNegativeIntOrThrow()

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