Macro emojicode::count_args_space [] [src]

macro_rules! count_args_space {
    ($name:ident) => { ... };
    ($first:ident $($rest:ident) *) => { ... };
}