Macro fungi_lang::parse_fgi_arrow [] [src]

macro_rules! parse_fgi_arrow {
    { ($($a:tt)+)($($e:tt)+)$($more:tt)* } => { ... };
    { $($any:tt)* } => { ... };
}

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