Type Alias bevy::ecs::removal_detection::RemovedIterWithId

pub type RemovedIterWithId<'a> = Map<Flatten<IntoIter<EventIteratorWithId<'a, RemovedComponentEntity>>>, fn(_: (&RemovedComponentEntity, EventId<RemovedComponentEntity>)) -> (Entity, EventId<RemovedComponentEntity>)>;
Expand description

Iterator over entities that had a specific component removed.

See RemovedComponents.

Aliased Typeยง

struct RemovedIterWithId<'a> { /* private fields */ }