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 */ }