mobily / ts-belt

🔧 Fast, modern, and practical utility library for FP in TypeScript.
https://mobily.github.io/ts-belt
MIT License
1.08k stars 30 forks source link

feat: added A.differenceWith #106

Open JUSTIVE opened 6 months ago

JUSTIVE commented 6 months ago

resolves #71

JUSTIVE commented 6 months ago

I copy-pasted test file from difference.test. I guess when the comparing function is F.equals, It should be the same as the difference function.