Macro arg

Source
macro_rules! arg {
    ($arg:expr) => { ... };
    (t $arg:expr) => { ... };
    (f $arg:expr) => { ... };
}