rust/library/alloc/src/collections/vec_deque
Johannes Lade 17066870cd
Fix typo in VecDeque::handle_capacity_increase() doc comment.
Strategies B and C both show a full buffer before the capacity increase, while strategy A had one empty element left. Filled the last element in.
2024-02-15 17:33:37 +01:00
..
drain.rs Changes according to review 2023-02-20 23:25:26 +01:00
into_iter.rs remove some unneeded imports 2023-04-12 19:27:18 +02:00
iter.rs replace advance_by returning usize with Result<(), NonZeroUsize> 2023-03-27 16:03:14 +02:00
iter_mut.rs replace advance_by returning usize with Result<(), NonZeroUsize> 2023-03-27 16:03:14 +02:00
macros.rs Add support for custom allocator in VecDeque 2021-07-23 20:37:09 +02:00
mod.rs Fix typo in VecDeque::handle_capacity_increase() doc comment. 2024-02-15 17:33:37 +01:00
spec_extend.rs Don't use Take in SpecExtend impl 2022-11-26 00:44:24 +01:00
spec_from_iter.rs Spelling library/ 2023-04-26 02:10:22 -04:00
tests.rs Adjust library tests for unused_tuple_struct_fields -> dead_code 2024-01-02 15:34:37 -05:00