pub type RChunksExact<'a, T = Entity> = UniqueEntityEquivalentSliceIter<'a, T, RChunksExact<'a, T>>;
Expand description
An iterator over a slice in (non-overlapping) chunks (chunk_size
elements at a
time), starting at the end of the slice.
This struct is created by UniqueEntityEquivalentSlice::rchunks_exact
.
Aliased Typeยง
struct RChunksExact<'a, T = Entity> { /* private fields */ }