Macro impl_splatted_shifts
macro_rules! impl_splatted_shifts {
{ impl $trait:ident :: $trait_fn:ident for $ty:ty } => { ... };
{ $($ty:ty),* } => { ... };
}
impl_splatted_shiftsmacro_rules! impl_splatted_shifts {
{ impl $trait:ident :: $trait_fn:ident for $ty:ty } => { ... };
{ $($ty:ty),* } => { ... };
}