[][src]Macro nano_ecs::entity_ids

macro_rules! entity_ids {
    ($world:ident, $id:ident, |$($x:ty),* $(,)?| $e:expr) => { ... };
}

Enumerates indices of entities only.