Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision |
prpl:deepcopylist [2017/08/30 13:07] – created kajacx | prpl:deepcopylist [2025/02/14 14:57] (current) – external edit 127.0.0.1 |
---|
| |
=== Description === | === Description === |
Creates a copy of a list with the same contents. Unlike [[.:CopyList|CopyList]], if the copied list contains other lists, those lists will be copied as well (and if those lists contain other lists, even those will be copied, etc, etc). See [[.:HowAreListsImplemented|How are lists implemented]] for more info. | Creates a copy of a list with the same contents. Unlike [[.:CopyList|CopyList]], if the copied list contains other lists, those lists will be copied as well (and if those lists contain other lists, even those will be copied, etc, etc). See [[.:copy_vs_deep_copy|Copy vs Deep Copy]] for more info. |
| |
=== Examples === | === Examples === |