Sponsor of the Day:
Jerkmate
https://doc.rust-lang.org/std/vec/struct.Splice.html
Splice in std::vec - Rust
A splicing iterator for `Vec`.
std vec rustsplice
https://doc.rust-lang.org/std/vec/struct.IntoIter.html
IntoIter in std::vec - Rust
An iterator that moves out of a vector.
std vec rustintoiter
https://doc.rust-lang.org/std/vec/index.html
std::vec - Rust
std vec rust
https://doc.rust-lang.org/std/vec/struct.PeekMut.html
PeekMut in std::vec - Rust
Structure wrapping a mutable reference to the last item in a `Vec`.
std vec rust
https://doc.rust-lang.org/std/vec/struct.Vec.html
Vec in std::vec - Rust
std rustvec
https://doc.rust-lang.org/std/collections/vec_deque/struct.IterMut.html
IterMut in std::collections::vec_deque - Rust
A mutable iterator over the elements of a `VecDeque`.
std collections vecdeque rustitermut
https://doc.rust-lang.org/std/macro.vec.html
vec in std - Rust
Creates a `Vec` containing the arguments.
std rustvec
https://doc.rust-lang.org/std/collections/vec_deque/struct.Drain.html
Drain in std::collections::vec_deque - Rust
A draining iterator over the elements of a `VecDeque`.
std collections vecdeque rustdrain
https://doc.rust-lang.org/std/collections/vec_deque/struct.Iter.html
Iter in std::collections::vec_deque - Rust
An iterator over the elements of a `VecDeque`.
std collections vecdeque rustiter
https://doc.rust-lang.org/std/collections/vec_deque/struct.IntoIter.html
IntoIter in std::collections::vec_deque - Rust
An owning iterator over the elements of a `VecDeque`.
std collections vecdeque rustintoiter
https://doc.rust-lang.org/std/collections/vec_deque/struct.ExtractIf.html
ExtractIf in std::collections::vec_deque - Rust
An iterator which uses a closure to determine if an element should be removed.
std collections vecdeque rust