rust/library/alloc/src/collections
Jubilee Young c516e71874 Remove surplus prepend LinkedList fn
Originally committed to Rust in 2013, it is identical to append
with a reversed order of arguments.
2021-05-21 16:05:11 -07:00
..
btree BTree: no longer copy keys and values before dropping them 2021-05-07 10:53:53 +02:00
linked_list Remove linked_list_extras methods. 2020-08-01 00:54:22 +08:00
vec_deque Perf Experiment: Wait, what if I just skip the trait alias 2021-05-06 11:37:46 -07:00
binary_heap.rs mark internal inplace_iteration traits as hidden 2021-05-16 19:36:21 +02:00
linked_list.rs Remove surplus prepend LinkedList fn 2021-05-21 16:05:11 -07:00
mod.rs alloc: Add unstable Cfg feature no-global_oom_handling 2021-05-05 16:49:04 -04:00