addNLast

open fun addNLast(node: N): NodeList<N>(source)

Inserts the node after all other nodes. (This is simply an alias for add.)