ExplicitInt

@SinceKotools(project = Project.Types, version = "3.2")
interface ExplicitInt

Representation of explicit integers.

Functions

toInt
Link copied to clipboard
common
abstract fun toInt(): Int

Returns this value as an Int.

toString
Link copied to clipboard
common
abstract override fun toString(): String

Returns this value as a String.

Inheritors

NegativeInt
Link copied to clipboard
NonZeroInt
Link copied to clipboard
PositiveInt
Link copied to clipboard
StrictlyNegativeInt
Link copied to clipboard
StrictlyPositiveInt
Link copied to clipboard