[][src]Macro nano_ecs::tup_count

macro_rules! tup_count {
    () => { ... };
    ($x0:ident $(, $y:ident)*) => { ... };
}

Helper macro for counting size of a tuple.

This is used to check that every component in a system is uniquely accessed.