Skip to content

Implement Ord for TreeMap/TreeSet #4605

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

Closed
thestinger opened this issue Jan 24, 2013 · 1 comment
Closed

Implement Ord for TreeMap/TreeSet #4605

thestinger opened this issue Jan 24, 2013 · 1 comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone

Comments

@thestinger
Copy link
Contributor

These are ordered data structures, so lexicographic comparisons can be done the same way as they are for vectors.

@brson
Copy link
Contributor

brson commented Jan 28, 2013

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants