pub type ComponentBitsetOptionalIterator<'a, T> = Map<UntypedComponentOptionalBitsetIterator<'a>, for<'b> fn(_: Option<SchemaRef<'b>>) -> Option<&'b T>>;
Expand description

Read-only iterator over components matching a given bitset. Returns None for entities matching bitset but not in this ComponentStore.

Aliased Type§

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