zenika-open-source/immutadot

Add array.flat and array.flatMap

nlepage opened this issue · 1 comments

@frinyvonnick @EmrysMyrddin I'm having a doubt on this one.
immutadot-lodash doesn't have flatMap and flatten.
I had done this intentionnaly in order to avoid functions that would drastically change data's structure...
This has no sense in a redux store, but there may actually be other use cases.
What do you think ?