macro_rules! parse_fgi_rt_tuple {
    { } => { ... };
    { ($($v:tt)+) } => { ... };
    { ($($v:tt)+) $($more:tt)+ } => { ... };
    { $($any:tt)* } => { ... };
}
Expand description

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