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

Add sorted_by_cached_key to Itertools trait #575

Merged
merged 2 commits into from Oct 13, 2021

Conversation

density
Copy link
Contributor

@density density commented Sep 6, 2021

Fixes #424.

This function is a wrapper around slice::sort_by_cached_key.

Added tests similar to those for sorted_by_key. New code is formatted using rustfmt.

Fixes rust-itertools#424.

This function is a wrapper around `slice::sort_by_cached_key`.
@jswrenn jswrenn added this to the next milestone Oct 13, 2021
Copy link
Member

@jswrenn jswrenn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@bors
Copy link
Contributor

bors bot commented Oct 13, 2021

Build succeeded:

@bors bors bot merged commit 3307e4d into rust-itertools:master Oct 13, 2021
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

Successfully merging this pull request may close these issues.

Suggestion: sorted_by_cached_key
2 participants