Windows

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ยง

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