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 */ }
pub type IntoIter<const N: usize, T = Entity> = UniqueEntityIter<IntoIter<T, N>>;
A by-value array iterator.
Equivalent to array::IntoIter
.
struct IntoIter<const N: usize, T = Entity> { /* private fields */ }