Sponsor of the Day:
Jerkmate
https://doc.rust-lang.org/std/slice/struct.RChunksExact.html
RChunksExact in std::slice - Rust
An iterator over a slice in (non-overlapping) chunks (`chunk_size` elements at a time), starting at the end of the slice.
std slice rust
https://doc.rust-lang.org/std/slice/struct.ChunksExactMut.html
ChunksExactMut in std::slice - Rust
An iterator over a slice in (non-overlapping) mutable chunks (`chunk_size` elements at a time), starting at the beginning of the slice.
std slice rust
https://doc.rust-lang.org/std/slice/struct.RSplitMut.html
RSplitMut in std::slice - Rust
An iterator over the subslices of the vector which are separated by elements that match `pred`, starting from the end of the slice.
std slice rust
https://doc.rust-lang.org/std/slice/struct.Windows.html
Windows in std::slice - Rust
An iterator over overlapping subslices of length `size`.
std slice rustwindows
https://doc.rust-lang.org/std/slice/struct.ChunksMut.html
ChunksMut in std::slice - Rust
An iterator over a slice in (non-overlapping) mutable chunks (`chunk_size` elements at a time), starting at the beginning of the slice.
std slice rust
https://doc.rust-lang.org/std/slice/struct.ChunkBy.html
ChunkBy in std::slice - Rust
An iterator over slice in (non-overlapping) chunks separated by a predicate.
std slice rust
https://doc.rust-lang.org/std/slice/struct.SplitN.html
SplitN in std::slice - Rust
An iterator over subslices separated by elements that match a predicate function, limited to a given number of splits.
std slice rust
https://doc.rust-lang.org/std/slice/struct.RSplitNMut.html
RSplitNMut in std::slice - Rust
An iterator over subslices separated by elements that match a predicate function, limited to a given number of splits, starting from the end of the slice.
std slice rust
https://doc.rust-lang.org/std/slice/struct.EscapeAscii.html
EscapeAscii in std::slice - Rust
An iterator over the escaped version of a byte slice.
std slice rust
https://doc.rust-lang.org/std/slice/index.html
std::slice - Rust
Utilities for the slice primitive type.
std slice rust
https://doc.rust-lang.org/std/slice/struct.ArrayWindows.html
ArrayWindows in std::slice - Rust
A windowed iterator over a slice in overlapping chunks (`N` elements at a time), starting at the beginning of the slice
std slice rust
https://doc.rust-lang.org/std/slice/struct.RChunksMut.html
RChunksMut in std::slice - Rust
An iterator over a slice in (non-overlapping) mutable chunks (`chunk_size` elements at a time), starting at the end of the slice.
std slice rust
https://doc.rust-lang.org/std/slice/struct.SplitInclusive.html
SplitInclusive in std::slice - Rust
An iterator over subslices separated by elements that match a predicate function. Unlike `Split`, it contains the matched part as a terminator of the subslice.
std slice rust
https://doc.rust-lang.org/std/slice/struct.ChunksExact.html
ChunksExact in std::slice - Rust
An iterator over a slice in (non-overlapping) chunks (`chunk_size` elements at a time), starting at the beginning of the slice.
std slice rust
https://doc.rust-lang.org/nightly/std/slice/trait.SliceIndex.html
SliceIndex in std::slice - Rust
A helper trait used for indexing operations.
std slice rust
https://doc.rust-lang.org/std/slice/trait.Join.html
Join in std::slice - Rust
Helper trait for `[T]::join`
std slice rustjoin
https://doc.rust-lang.org/std/slice/struct.RChunks.html
RChunks in std::slice - Rust
An iterator over a slice in (non-overlapping) chunks (`chunk_size` elements at a time), starting at the end of the slice.
std slice rust
https://doc.rust-lang.org/std/slice/trait.SliceIndex.html
SliceIndex in std::slice - Rust
A helper trait used for indexing operations.
std slice rust
https://doc.rust-lang.org/std/slice/struct.Iter.html
Iter in std::slice - Rust
Immutable slice iterator
std slice rustiter