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

    Parameters

    • aTree: TreeIL<any>

      the tree to consider

    Returns Lazy<TreeIL<any>[]>

    the children of the node as alazy value