macro_rules! __static_cond {
    (plantings plantings) => { ... };
    (plantings x) => { ... };
}
>tml>