[][src]Macro nano_ecs::entity_unchecked_access

macro_rules! entity_unchecked_access {
    ($world:ident, $i:ident, $__init_mask:ident, $__ptr:ident,
     $(?|$filter_id:ident| $filter:expr ;)*
    |$($n:ident : $x:ty,)*| $e:expr) => { ... };
}

Accesses an entity, but without checking active mask.

This macro is used internally.