Macro const_concat_slices

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