Macro argle::join_params[][src]

macro_rules! join_params {
    ( $only:expr ) => { ... };
    ( $head:expr, $($tail:expr),* $(,)* ) => { ... };
}