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

Please Add Support for Multiset #374

Open
singhalrishi27 opened this issue May 8, 2024 · 1 comment
Open

Please Add Support for Multiset #374

singhalrishi27 opened this issue May 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@singhalrishi27
Copy link

Creating a data structure like a multiset for Swift would indeed be a valuable addition to the standard library. While Swift's Set does not allow duplicates, and arrays can be sorted but don't offer efficient insertion and removal for maintaining sorted order, a multiset could provide efficient operations for both insertion and removal while allowing duplicate elements.

@singhalrishi27 singhalrishi27 added the enhancement New feature or request label May 8, 2024
@xwu
Copy link
Contributor

xwu commented May 16, 2024

See #20

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

2 participants