macro_rules! __static_cond {
    (plants plants) => { ... };
    (plants life_cycle) => { ... };
}
>ml>