Open
Description
This tracks stabilization of the const_btree_len
feature, which allows calling the below in a constant expression:
BTree{Map,Set}::{len,is_empty}()
(Constantify more BTreeMap and BTreeSet functions #78581)
Previously tracked here, already stable
BTree{Map,Set}::new()
(Make BTreeMap::new and BTreeSet::new const #71839)
Steps
- Implementation Make BTreeMap::new and BTreeSet::new const #71839
- Stabilization PR
Metadata
Metadata
Assignees
Labels
Area: `std::collections`Area: Constant evaluation, covers all const contexts (static, const fn, ...)Category: An issue tracking the progress of sth. like the implementation of an RFCLibs issues that are tracked on the team's project board.Relevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.