Companion

object Companion

Contains declarations for holding or building a StrictlyPositiveInt.

Functions

Link copied to clipboard
@SinceKotoolsTypes(version = "3.0")
fun random(): StrictlyPositiveInt

Returns a random StrictlyPositiveInt.

Properties

Link copied to clipboard

The maximum value a StrictlyPositiveInt can have.

Link copied to clipboard

The minimum value a StrictlyPositiveInt can have.

Link copied to clipboard
@ExperimentalSinceKotoolsTypes(version = "4.2")
val range: NotEmptyRange<StrictlyPositiveInt>

The range of values a StrictlyPositiveInt can have.