elm-community / list-extra

Convenience functions for working with List.
http://package.elm-lang.org/packages/elm-community/list-extra/latest
MIT License
135 stars 58 forks source link

Add function: isPermutationOfWith #175

Closed annaghi closed 1 year ago

annaghi commented 1 year ago

Added a With variant for isPermutationOf.

annaghi commented 1 year ago

Closing this PR, because I realized that I can convert the lists to Dict and use Dict.diff twice on them.