cursorAppendNode

fun cursorAppendNode(name: String, attributes: List<T> = listOf()): Tree<T>

Append a node to the node at the cursor

Return

Tree for chaining calls