rust/library/alloc/src/collections
Kevin Reid b5e8a5d393 Document collection From and FromIterator impls that drop duplicate keys.
This behavior is worth documenting because there are other plausible
alternatives, such as panicking when a duplicate is encountered, and
it reminds the programmer to consider whether they should, for example,
coalesce duplicate keys first.
2024-12-21 19:57:42 -08:00
..
binary_heap Move some alloc tests to the alloctests crate 2024-12-04 14:32:04 +00:00
btree Document collection From and FromIterator impls that drop duplicate keys. 2024-12-21 19:57:42 -08:00
linked_list Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
vec_deque Add clarity to the "greater" of VecDeque::insert 2024-12-14 14:25:55 +00:00
linked_list.rs remove bounds from vec and linkedlist ExtractIf 2024-12-16 22:06:52 +01:00
mod.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00