array_concat

Macro concat_arrays_size

Source
macro_rules! concat_arrays_size {
    ($( $array:expr ),*) => { ... };
}
Expand description

Computes total size of all provided const arrays.