IterMut

Type Alias IterMut 

Source
pub type IterMut<'a, T> = Zip<Iter<'a, Entity>, IterMut<'a, T>>;
Expand description

An iterator that yields entities and their components as mutable references.

Aliased Typeยง

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