Type Alias ChunksExactMut

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

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

This struct is created by UniqueEntityEquivalentSlice::chunks_exact_mut.

Aliased Typeยง

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