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

Move OrdComparator and OrdStoredKey from root #5

Closed
eggyal opened this issue Jan 2, 2023 · 1 comment · Fixed by #14
Closed

Move OrdComparator and OrdStoredKey from root #5

eggyal opened this issue Jan 2, 2023 · 1 comment · Fixed by #14
Labels
question Further information is requested

Comments

@eggyal
Copy link
Owner

eggyal commented Jan 2, 2023

Perhaps into a default submodule?

Maybe even put their functionality behind a feature flag (indeed, if disabled, we could instead provide a blanket impl<C: Comparator> LookupKey<C> for C::Key which might actually be more useful; with specialization we should be able to provide both blanket implementations).

@eggyal eggyal added the question Further information is requested label Jan 2, 2023
@eggyal
Copy link
Owner Author

eggyal commented Jan 15, 2023

Let's not place behind a feature flag until there's better test coverage for non-default comparators (#4).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant