fsprojects / fsharp-hashcollections

Library providing fast hash based immutable map and set
MIT License
60 stars 3 forks source link

`union` and `intersect` must have `unionWithSeq` and `intersectWithSeq` complementary functions #33

Open xperiandri opened 5 months ago

mvkara commented 5 months ago

I can look into this when time permits. Otherwise feel free to submit a PR. In any case this isn't hard to define from the outside; at least a functionality equivalent function using folds, etc.