Files
rust/library
Guillaume Gomez 6af6c40a12 Rollup merge of #81115 - ssomers:btree_drainy_refactor_4, r=Mark-Simulacrum
BTreeMap: prefer bulk_steal functions over specialized ones

The `steal_` functions (apart from their return value) are basically specializations of the more general `bulk_steal_` functions. This PR removes the specializations. The library/alloc benchmarks say this is never slower and up to 6% faster.

r? ``@Mark-Simulacrum``
2021-01-19 10:27:54 +01:00
..
2020-12-21 00:00:00 +00:00
2020-07-27 19:51:13 -05:00
2021-01-07 16:16:36 +09:00