Type Alias IntoIter

Source
pub type IntoIter<const N: usize, T = Entity> = UniqueEntityIter<IntoIter<T, N>>;
Expand description

A by-value array iterator.

Equivalent to array::IntoIter.

Aliased Typeยง

struct IntoIter<const N: usize, T = Entity> { /* private fields */ }