rgrasell
09/20/2019, 1:58 AMPersistent collections: PersistentList, PersistentSet, etc. They extend immutable collections and provide efficient modification operations that return new instances of persistent collections with the modification applied. The returned collections can share parts of data structure with the original persistent collections.
So I guess my next question is why do the immutable collections exist at all? It sounds like persistent is a straight upgrade.gildor
09/20/2019, 2:25 AMrgrasell
09/20/2019, 2:27 AMgildor
09/20/2019, 2:28 AM