Given a list aList, returns a clone of shallow copies. Every element is cloned by simple copy.
aList
the list to consider
the cloned list
Given a list
aList
, returns a clone of shallow copies. Every element is cloned by simple copy.