yamlList¶
fun yamlList(vararg values: YamlExport): Yaml.Collection.ListLiteral
fun yamlList(values: List<Yaml>): Yaml.Collection.ListLiteral
fun yamlList(values: Set<Yaml>): Yaml.Collection.ListLiteral
@JvmName
(name = "yamlAuto")fun yamlList(values: List<YamlExport>): Yaml.Collection.ListLiteral
@JvmName
(name = "yamlAuto")fun yamlList(values: Set<YamlExport>): Yaml.Collection.ListLiteral
@JvmName
(name = "yamlStringList")fun yamlList(values: List<String>): Yaml.Collection.ListLiteral