Gotcha. And quick question, if I use a `var` for t...
# getting-started
w
Gotcha. And quick question, if I use a
var
for the list and replace it with a new immutable copy when I want to update it, is that an atomic operation? i.e. is
myList = myNewList
going to cause problems?