TreeNode.childNodes

stores child nodes

struct TreeNode(T)
TreeNode!(T)*[] childNodes;

Meta