Integer

data class Integer(val value: Long) : TomlValue.Primitive

Constructors

Link copied to clipboard
fun Integer(value: Long)

Properties

Link copied to clipboard
val value: Long