macro_rules! const_concat_slices {
($ty:ty, $a:expr, $b:expr $(,)*) => { ... };
($ty:ty, $a:expr, $b:expr, $($c:expr), + $(,)* ) => { ... };
}
macro_rules! const_concat_slices {
($ty:ty, $a:expr, $b:expr $(,)*) => { ... };
($ty:ty, $a:expr, $b:expr, $($c:expr), + $(,)* ) => { ... };
}