List

data class List(val elements: List<TomlValue>) : TomlValue

Constructors

Link copied to clipboard
fun List(vararg values: TomlValue)
Link copied to clipboard
fun List(elements: List<TomlValue>)

Properties

Link copied to clipboard
val elements: List<TomlValue>