• Given a list aList, returns a new list of its elements in the inverse order. Every element is cloned by simple copy.

    Parameters

    • aList: List<any>

      the list to consider

    Returns List<any>

    the reversed list