append

fun MutableMeta.append(name: Name, meta: Meta)

Append the node with a same-name-sibling, automatically generating numerical index

fun MutableMeta.append(key: String, meta: Meta)
fun MutableMeta.append(name: Name, value: Value)
fun MutableMeta.append(key: String, value: Value)