Macro array_concat::concat_arrays_size[][src]

macro_rules! concat_arrays_size {
    ($( $array:tt ),*) => { ... };
}

Computes total size of all provided const arrays.