If one obtains the `List<>` it can still mes...
# announcements
f
If one obtains the
List<>
it can still mess up the reference types in it right? And thereby messing up the original object? I would like it to always just obtain their own copes of the information to play around with, but that maybe requires a lot of clone and copy code, and that hurts performance as well, hmmmm