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