Type Alias RChunksMut

Source
pub type RChunksMut<'a, T = Entity> = UniqueEntityEquivalentSliceIterMut<'a, T, RChunksMut<'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_mut.

Aliased Typeยง

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