rust/library/alloc/src/collections
Dylan DPC 04ccba8728
Rollup merge of #96070 - Gumichocopengin8:test/btree-map, r=thomcc
[test] Add test cases for untested functions for BTreeMap

- add `pop_first()`, `pop_last()`, `get_key_value()` and `try_insert()` test cases
2022-04-16 07:12:48 +02:00
..
btree Rollup merge of #96070 - Gumichocopengin8:test/btree-map, r=thomcc 2022-04-16 07:12:48 +02:00
linked_list Implement changes suggested by @Amanieu 2021-07-01 21:08:01 +02:00
vec_deque add necessary closure for partition_point 2022-04-06 18:18:09 -07:00
binary_heap.rs rename internal helper trait AsIntoIter to AsVecIntoIter 2022-03-22 00:02:54 +01:00
linked_list.rs Rollup merge of #89869 - kpreid:from-doc, r=yaahc 2022-02-17 06:29:57 +01:00
mod.rs Clarify explicitly that BTree{Map,Set} are ordered. 2022-01-09 18:01:44 -05:00