StrictlyPositiveIntOrNull

Deprecated

Use the strictlyPositiveIntOrNull function instead.

Replace with

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

Returns the value as a StrictlyPositiveInt, or returns null if the value is negative.