rust/library/alloc/src/collections
bors b02a6193b3 Auto merge of #81937 - ssomers:btree_drainy_refactor_9b, r=Mark-Simulacrum
BTree: move more shared iterator code into navigate.rs

The functions in navigate.rs only exist to support iterators, and these look easier on my eyes if there is a shared `struct` with the recurring pair of handles.

r? `@Mark-Simulacrum`
2021-02-23 00:30:37 +00:00
..
btree Auto merge of #81937 - ssomers:btree_drainy_refactor_9b, r=Mark-Simulacrum 2021-02-23 00:30:37 +00:00
linked_list Remove linked_list_extras methods. 2020-08-01 00:54:22 +08:00
vec_deque shrink_to shouldn't panic on len greater than capacity 2021-01-26 19:25:37 +01:00
binary_heap.rs Add FIXME for safety comments that are invalid when T is a ZST 2021-02-20 15:44:17 -05:00
linked_list.rs Add "length" as doc alias to len methods 2020-12-28 09:13:46 +01:00
mod.rs Rename LayoutErr to LayoutError outside of core 2020-10-08 00:40:10 -04:00