Graph.appendNode

Appends another graph node to the array of children of this node's

class Graph(T)
void
appendNode
()

Parameters

node Graph!(T)

the tree node to append

Meta