rust/library/alloc
Benoît du Garreau 307cc11beb Constantify more BTreeMap and BTreeSet functions
- BTreeMap::len
- BTreeMap::is_empty
- BTreeSet::len
- BTreeSet::is_empty
2020-10-30 19:24:08 +01:00
..
benches Reorder benches const variable 2020-09-29 21:39:24 +08:00
src Constantify more BTreeMap and BTreeSet functions 2020-10-30 19:24:08 +01:00
tests Added test for issue #78498 2020-10-29 12:25:02 +01:00
Cargo.toml