Macro array_concat::concat_arrays_size[][src]

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

Computes total size of all provided const arrays.