• Given a tree aTree, returns the list of children of the root.

    Parameters

    • aTree: Tree<any>

      the tree to consider

    Returns List<Tree<any>>

    the children of the node as a list