ZeroInt

@Serializable(with = ZeroIntSerializer::class)
@SinceKotoolsTypes(version = "4.0")
object ZeroInt : PositiveInt, NegativeInt

Representation of the zero integer.

Functions

Link copied to clipboard
open override fun toInt(): Int

Returns this integer as an Int.

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

Returns the string representation of this integer.