mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
001f98ad80
Add vec_deque::Iter::as_slices and friends Add the following methods, that work similarly to VecDeque::as_slices: - alloc::collections::vec_deque::Iter::as_slices - alloc::collections::vec_deque::IterMut::into_slices - alloc::collections::vec_deque::IterMut::as_slices - alloc::collections::vec_deque::IterMut::as_mut_slices Obtaining slices from a VecDeque iterator was not previously possible. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |