rust/library/alloc/src/collections/vec_deque
Josh Soref 9cb9346005 Spelling library/
* advance
* aligned
* borrowed
* calculate
* debugable
* debuggable
* declarations
* desugaring
* documentation
* enclave
* ignorable
* initialized
* iterator
* kaboom
* monomorphization
* nonexistent
* optimizer
* panicking
* process
* reentrant
* rustonomicon
* the
* uninitialized

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-26 02:10:22 -04: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 remove some unneeded imports 2023-04-12 19:27:18 +02: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 Fix VecDeque::shrink_to and add tests. 2023-02-26 03:13:44 +01:00