rust/library/alloc
The8472 a4e385a0d0 use memmove instead of generic in-place iteration for IntoIter source
this is the original SpecExtend<_, IntoIter> logic except generalizing
the fast-path to include a memmove
2020-09-03 20:59:11 +02:00
..
benches update benches 2020-09-03 20:59:09 +02:00
src use memmove instead of generic in-place iteration for IntoIter source 2020-09-03 20:59:11 +02:00
tests in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters 2020-09-03 20:59:03 +02:00
Cargo.toml