concat_arrays_size

Macro concat_arrays_size 

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

Computes total size of all provided const arrays.