rust/library/alloctests
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
..
benches Stabilize BTree{Map,Set}::extract_if 2025-08-27 11:34:31 -07:00
testing [std][BTree] Create tests for keys which can be == without being identical 2025-08-20 03:39:40 +08:00
tests Add specialization for deque1.prepend(deque2.drain(range)) 2026-01-02 16:05:42 +01:00
Cargo.toml btree: cleanup difference, intersection, is_subset 2025-11-04 15:37:54 +00:00
lib.rs LinkedList: use Box::into_non_null_with_allocator 2025-12-29 19:08:34 +00:00