ComponentBitsetOptionalIteratorMut

Type Alias ComponentBitsetOptionalIteratorMut 

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

Mutable iterator over components matching a given bitset. Returns None for entities matching bitset but not in this ComponentStore.

Aliased Typeยง

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