• Returns the list of the elements in a red-black-tree aRBTree.

    Parameters

    • aRBTree: RBTree<any>

      the red-black tree to consider

    Returns List<any>

    the list of the elements contained in aRBTree