rebellion
rebellion copied to clipboard
Mutable Record Types?
Are there any plans to allow mutable records?
No, but good use cases could change my mind.
In my experience, an immutable record/tuple/struct/etc. containing boxes for the mutable fields is an effective approach, if a little clunky at times. I personally don't use mutation enough for the added implementation complexity to be worthwhile.