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