-
-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DifferenceBy for slices with any types #456
base: master
Are you sure you want to change the base?
Conversation
Hi, can you review it @samber ? |
this looks useful |
thank you! but i can't merge without @samber 's code review |
Note this completes part of the request under #411 |
I would really appreciate this functionality being built into lo! |
@samber Seems this PR is a highly requested feature; there is already another duplicate PR just like this one here: https://github.com/samber/lo/pull/426/files |
Did some more research and I realized there is another library with a massive slice util library, that includes this DifferenceBy function along with UnionBy. Worth a look: |
@samber Hello! Can you review it? I want to contribute it and use in my projects to improve usability |
This request contains a new function to find the difference between two slices consisting of any elements using the callback function