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

Allow for multi set intersection #1

Open
jpbulman opened this issue Jan 5, 2021 · 0 comments · May be fixed by #16
Open

Allow for multi set intersection #1

jpbulman opened this issue Jan 5, 2021 · 0 comments · May be fixed by #16
Labels
enhancement New feature or request
Milestone

Comments

@jpbulman
Copy link
Owner

jpbulman commented Jan 5, 2021

Current behavior:
Can only find the intersection between two sets

setA.intersection(setB)

Desired behavior:
Find the intersection between n sets

setA.interesction(setB, setC, setD, ...)
@jpbulman jpbulman added the enhancement New feature or request label Jan 5, 2021
@jpbulman jpbulman added this to the 0.0.3 milestone Jan 9, 2021
@jpbulman jpbulman linked a pull request Jan 17, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant