[][src]Macro nano_ecs::push

macro_rules! push {
    ($($n:ident : $x:ident),+) => { ... };
}

Generates Push impl for World.