rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
97.17k stars 12.56k forks source link

Tracking Issue for {BTreeMap,BTreeSet}::drain #81074

Open ssomers opened 3 years ago

ssomers commented 3 years ago

This is a tracking issue for a range-based drain method on BTreeMap and BTreeSet, similar to the one in Vec. The feature gate for the issue is #![feature(btree_drain)].

About tracking issues

Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions. A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature. Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.

Steps

Unresolved Questions

Implementation history

ssomers commented 3 years ago

@rustbot modify labels: +S-A-collections +S-B-unstable +S-C-tracking-issue +S-Libs-Tracked +S-T-libs

JohnTitor commented 2 years ago

@ssomers The implementation PR has been closed, do you want to follow up or could we close this tracking issue for now?