It's the modern pragmatic approach. Encapsulate m...
# getting-started
f
It's the modern pragmatic approach. Encapsulate mutability so that building an immutable value is cheap, yet contained; once you ask for the resulting collection, it's sealed into an immutable container. Because, sometimes, it really is just simpler to allow a tiny bit of self-contained mutability. 🙂