Skip to content
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

IntersectUsing() #72

Open
elliotchance opened this issue May 1, 2019 · 0 comments
Open

IntersectUsing() #72

elliotchance opened this issue May 1, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@elliotchance
Copy link
Owner

Logically works the same way as Intersect() but allows you to use a callback that passes in two elements for custom equality check.

elliotchance pushed a commit that referenced this issue May 6, 2019
Intersect returns items that exist in all lists. It returns slice without any duplicates. If zero slice arguments are provided, then nil is returned.

Fixes #71
Updates #72
@elliotchance elliotchance added the enhancement New feature or request label May 10, 2019
AlessandroLorenzi added a commit to AlessandroLorenzi/pie that referenced this issue Feb 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant