Type Alias bones_framework::prelude::ComponentBitsetIteratorMut
source · 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§
struct ComponentBitsetIteratorMut<'a, T> { /* private fields */ }