array_concat
macro_rules! concat_arrays { ($t:ty; $( $array:tt ),*; $init_value:expr) => { ... }; }
Concatenates provided arrays.