rust/library/alloc
Antoni Spaanderman 7e425b8985
Add specialization for deque1.prepend(deque2.drain(range))
This is used when moving elements between `VecDeque`s
This pattern is also used in examples of `VecDeque::prepend`. (see its docs)
2026-01-02 16:05:42 +01:00
..
src Add specialization for deque1.prepend(deque2.drain(range)) 2026-01-02 16:05:42 +01:00
Cargo.toml Add panic=immediate-abort 2025-09-21 13:12:18 -04:00