The operation isn't really atomic, no. In actual u...
# announcements
k
The operation isn't really atomic, no. In actual use you would pass the list to a function and then you don't have to worry about mutability, no one can change the list. Similarly, if you use
val immutableList
you don't have to worry about it either.