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

lower_bound in BTreeMap #2

Closed
KiaShakiba opened this issue Jul 6, 2023 · 3 comments
Closed

lower_bound in BTreeMap #2

KiaShakiba opened this issue Jul 6, 2023 · 3 comments

Comments

@KiaShakiba
Copy link

Any plans to support the lower_bound function in BTreeMap?

@brurucy
Copy link
Owner

brurucy commented Jul 7, 2023

It should be quite easy to do. I'll get to it by next week.

@KiaShakiba
Copy link
Author

Great! Thanks!

@brurucy
Copy link
Owner

brurucy commented Jul 10, 2023

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.

@brurucy brurucy closed this as completed Sep 22, 2023
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