NonZeroInt

@Serializable(with = NonZeroIntSerializer::class)
@SinceKotoolsTypes(version = "1.1")
interface NonZeroInt : AnyInt

Representation of integers other than zero.

Types

Link copied to clipboard
object Companion

Contains declarations for holding or building a NonZeroInt.

Functions

Link copied to clipboard
abstract fun toInt(): Int

Returns this integer as an Int.

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

Returns the string representation of this integer.

Inheritors

Link copied to clipboard
Link copied to clipboard