An implementation of MutableList that integrates with the Snapshot system.
This list uses a copy-on-write strategy to provide consistency during iteration.
Returns a thread-safe iterator over a snapshot of the list.