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

Support in Standard Library #6

Open
SeeRich opened this issue Aug 2, 2024 · 1 comment
Open

Support in Standard Library #6

SeeRich opened this issue Aug 2, 2024 · 1 comment

Comments

@SeeRich
Copy link

SeeRich commented Aug 2, 2024

Referencing this issue: rust-lang/rfcs#2184, why didn't this make it into the standard library?

@alkis
Copy link
Owner

alkis commented Aug 7, 2024

Rust folks ended up adding partition_point. It can emulate lower_bound and upper_bound. It probably can't match the performance for equal_range though.

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

No branches or pull requests

2 participants