Macro impl_tuple_params

Source
macro_rules! impl_tuple_params {
    ($n:literal, ($($t:ident,)+)) => { ... };
}