We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any plans to support the lower_bound function in BTreeMap?
lower_bound
The text was updated successfully, but these errors were encountered:
It should be quite easy to do. I'll get to it by next week.
Sorry, something went wrong.
Great! Thanks!
I saw that rust-lang/rust#107540 is still very much in discussion, so it's quite unlikely that it will come out anytime soon.
Nonetheless, the design of Cursor, not mut, seems to be fixed, so I will only release lower_bound in 0.3.0, to avoid a major release.
Cursor
mut
0.3.0
No branches or pull requests
Any plans to support the
lower_bound
function in BTreeMap?The text was updated successfully, but these errors were encountered: