List

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

Constructors

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

Properties

elements
Link copied to clipboard
val elements: List<TomlValue>