array_concat
macro_rules! concat_arrays_size { ($( $array:tt ),*) => { ... }; }
Computes total size of all provided const arrays.