Type Alias Windows

Source
pub type Windows<'a, T = Entity> = UniqueEntityEquivalentSliceIter<'a, T, Windows<'a, T>>;
Expand description

An iterator over overlapping subslices of length size.

This struct is created by UniqueEntityEquivalentSlice::windows.

Aliased Typeยง

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