macro_rules! impl_array_sizes_with_import {
($($len:expr => $ty:ident),+ $(,)?) => { ... };
}Expand description
Implement array sizes, also importing the relevant constants.
macro_rules! impl_array_sizes_with_import {
($($len:expr => $ty:ident),+ $(,)?) => { ... };
}Implement array sizes, also importing the relevant constants.