Macro primitive_concat

Source
macro_rules! primitive_concat {
    ($t:ty, $arrays:expr) => { ... };
}