Type Alias RChunks

Source
pub type RChunks<'a, T = Entity> = UniqueEntityEquivalentSliceIter<'a, T, RChunks<'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.

Aliased Typeยง

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