StrictlyPositiveInt

Deprecated

Use the strictlyPositiveIntOrThrow function instead.

Replace with

import kotools.types.number.strictlyPositiveIntOrThrow
strictlyPositiveIntOrThrow(value)

Returns the value as a StrictlyPositiveInt, or throws an StrictlyPositiveInt.ConstructionError if the value is negative.