That sounds like a mess. I would try to take adva...
# getting-started
d
That sounds like a mess. I would try to take advantage of immutable data structures to avoid the problem, at the cost of a bit more memory overhead. (ie. don’t mutate your list, replace it with a new one)