-
Notifications
You must be signed in to change notification settings - Fork 97
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 data structures #7
Conversation
Closes #4.
5555b96
to
ab2ab8b
Compare
This is really great!
|
By the way, feel free to merge this once we decide what they contain (values or elements) and use that consistently. And maybe the map thing. Sequence <> list can be follow-up. |
Yeah those make sense. I'm also wondering if ordered sets should become a type of list, given that that's the plan for stacks/queues as well. |
I would be okay with that. I was also wondering if we could have more polymorphous behavior to avoid duplicating all prose. |
Yeah. Will fix the easy things and then file follow-up issues and try to address them. |
Closes #4.