Macro tpara

Source
macro_rules! tpara {
    ($target:expr) => { ... };
    ($dest:expr, $($arg:tt)*) => { ... };
}