Given a tree aTree, returns the array of children of the root.
aTree
the tree to consider
the children of the node as alazy value
Given a tree
aTree
, returns the array of children of the root.