Idiom #227 Copy a list
Create the new list y containing the same elements as the list x.
Subsequent modifications of y must not affect x (except for the contents referenced by the elements themselves if they contain pointers).
Create the new list y containing the same elements as the list x.
Subsequent modifications of y must not affect x (except for the contents referenced by the elements themselves if they contain pointers).