Type Alias RChunksExactMut

Source
pub type RChunksExactMut<'a, T = Entity> = UniqueEntityEquivalentSliceIterMut<'a, T, RChunksExactMut<'a, T>>;
Expand description

An iterator over a slice in (non-overlapping) mutable chunks (chunk_size elements at a time), starting at the end of the slice.

This struct is created by UniqueEntityEquivalentSlice::rchunks_exact_mut.

Aliased Typeยง

struct RChunksExactMut<'a, T = Entity> { /* private fields */ }