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

Improve collections.Set #29

Closed
trag1c opened this issue Oct 1, 2022 · 0 comments
Closed

Improve collections.Set #29

trag1c opened this issue Oct 1, 2022 · 0 comments
Assignees

Comments

@trag1c
Copy link
Member

trag1c commented Oct 1, 2022

⚠️ Make sure you're contributing to the 0.4.0 branch!

The Set type should support the &, ^, and | operators as aliases or replacements to intersection, symdiff (which would first have to be defined), and union, respectively. It should also properly support subset/superset checking with <, >, <:, and >:.

Keep in mind that Samarium 0.4.0 is introducing new syntax for special method definition (see this issue on vscode-samarium).

@trag1c trag1c self-assigned this Nov 4, 2022
@trag1c trag1c closed this as completed Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant