Type Alias IterMut

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

Mutable slice iterator.

Aliased Typeยง

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