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