You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Referencing this issue: rust-lang/rfcs#2184, why didn't this make it into the standard library?
The text was updated successfully, but these errors were encountered: