ComponentBitsetIterator

Type Alias ComponentBitsetIterator 

pub type ComponentBitsetIterator<'a, T> = Map<UntypedComponentBitsetIterator<'a>, for<'b> fn(SchemaRef<'b>) -> &'b T>;
Expand description

Read-only iterator over components matching a given bitset

Aliased Typeยง

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