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

    Parameters

    • aTree: TreeI<any>

      the tree to consider

    Returns TreeI<any>[]

    the children of the node as an array