AnyInt

@Serializable(with = AnyIntSerializerImplementation::class)
@SinceKotoolsTypes(version = "4.0")
interface AnyInt

Representation of all integers.

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
Link copied to clipboard