[][src]Macro nano_ecs::mask_pre

macro_rules! mask_pre {
    ($mask:ident, |$($n:ident: $x:ty),*|) => { ... };
}

Used internally by other macros.

Checks that same component is not used twice.