jayasuryat/dowel

Add support for mutable collections

Closed this issue · 0 comments

While exploring solution for #19, I realised there is no support for Mutable Collections (MutableList<*>, MutableSet<*>, MutableMap<*,*>)


TODO

  • Add support for MutableList<*>
  • Add support for MutableSet<*>
  • Add support for MutableMap<*, *>
  • Update tests
  • Update docs