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§

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