ComponentBitsetIteratorMut

Type Alias ComponentBitsetIteratorMut 

pub type ComponentBitsetIteratorMut<'a, T> = Map<UntypedComponentBitsetIteratorMut<'a>, for<'b> fn(SchemaRefMut<'b>) -> &'b mut T>;
Expand description

Mutable iterator over components matching a given bitset

Aliased Typeยง

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