Expand description
Various non-empty iterators over non-empty vectors and slices.
Structs§
- ChunkBy
- Represents non-empty iterators over non-empty slices in (non-overlapping) chunks, separated by the given predicate.
- Chunk
ByMut - Represents non-empty iterators over non-empty slices in (non-overlapping) mutable chunks, separated by the given predicate.
- Chunks
- Represents non-empty iterators over non-empty slices in (non-overlapping) chunks, starting at the beginning of the non-empty slice.
- Chunks
Exact - Represents non-empty iterators over non-empty slices in (non-overlapping) chunks, starting at the beginning of the non-empty slice.
- Chunks
Exact Mut - Represents non-empty iterators over non-empty slices in (non-overlapping) mutable chunks, starting at the beginning of the non-empty slice.
- Chunks
Mut - Represents non-empty iterators over non-empty slices in (non-overlapping) mutable chunks, starting at the beginning of the non-empty slice.
- Escape
Ascii - Represents non-empty iterators that produce escaped versions of provided slices, treating them as ASCII strings.
- RChunks
- Represents non-empty iterators over non-empty slices in (non-overlapping) chunks, starting at the end of the non-empty slice.
- RChunks
Exact - Represents non-empty iterators over non-empty slices in (non-overlapping) chunks, starting at the end of the non-empty slice.
- RChunks
Exact Mut - Represents non-empty iterators over non-empty slices in (non-overlapping) mutable chunks, starting at the end of the non-empty slice.
- RChunks
Mut - Represents non-empty iterators over non-empty slices in (non-overlapping) mutable chunks, starting at the end of the non-empty slice.
- Windows
- Represents non-empty iterators over non-empty slices in (overlapping) windows.
Type Aliases§
- Into
NonEmpty Iter stdoralloc - Represents non-empty by-value iterators.
- NonEmpty
Iter - Represents non-empty by-reference iterators.
- NonEmpty
Iter Mut - Represents non-empty by-mutable-reference iterators.
- NonEmpty
MutSlice Fn - Represents functions mapping mutable chunks to non-empty mutable slices.
- NonEmpty
Slice Fn - Represents functions mapping chunks to non-empty slices.