macro_rules! parse_fgi_eff {
    { ($($w:tt)+)($($r:tt)+) } => { ... };
    { $($any:tt)* } => { ... };
}
Expand description

this macro is a helper for fgi_effect, not for external use