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

Slice::select_nth_unstable_by #233

Open
Tracked by #142
danakj opened this issue Apr 30, 2023 · 0 comments
Open
Tracked by #142

Slice::select_nth_unstable_by #233

danakj opened this issue Apr 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@danakj
Copy link
Collaborator

danakj commented Apr 30, 2023

This method is not implemented yet. It requires us to implement sorting ourselves, which depends on Iterator::max_by(), min_by() in the Rust impl.

@danakj danakj added the enhancement New feature or request label Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant