4koma
1.0.1
4koma
/
cc.ekblad.toml.model
/
TomlValue
/
List
List
data
class
List
(
val
elements
:
List
<
TomlValue
>
)
:
TomlValue
Content copied to clipboard
Constructors
Properties
Constructors
List
Link copied to clipboard
fun
List
(
vararg
values
:
TomlValue
)
Content copied to clipboard
List
Link copied to clipboard
fun
List
(
elements
:
List
<
TomlValue
>
)
Content copied to clipboard
Properties
elements
Link copied to clipboard
val
elements
:
List
<
TomlValue
>
Content copied to clipboard