Transforms an array anArray into a list. The elements appear in the same order in the array and the returned list.
anArray
the array to consider
a list containing the same elements
Transforms an array
anArray
into a list. The elements appear in the same order in the array and the returned list.