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. Followup to #89869. |
||
|---|---|---|
| .. | ||
| binary_heap | ||
| btree | ||
| linked_list | ||
| vec_deque | ||
| linked_list.rs | ||
| mod.rs | ||