Type Alias bones_lib::ecs::prelude::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ยง
struct ComponentBitsetOptionalIteratorMut<'a, T> { /* private fields */ }