pub type RemovedIter<'a> = Map<Flatten<IntoIter<Cloned<EventIterator<'a, RemovedComponentEntity>>>>, fn(_: RemovedComponentEntity) -> Entity>;
Expand description

Iterator over entities that had a specific component removed.

See RemovedComponents.

Aliased Type§

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