Description
Currently Scrunch supports immutable versions of List and Set which can be used as field in a case class or even as a stand-alone item in a tuple, etc.
Can the same be provided for the mutable variants:
- mutable.ListBuffer
- mutable.Set
- Map and mutable.Map
This will be a greatly simplify the code in applications where you would otherwise have to convert back and forth.