IterMut

Type Alias IterMut 

Source
pub type IterMut<'a, T> = UniqueEntityIter<IterMut<'a, T>>;
Expand description

Mutable slice iterator.

Aliased Typeยง

pub struct IterMut<'a, T> { /* private fields */ }