Macro array_impls

Source
macro_rules! array_impls {
    ($($len:expr => ($($n:tt)+))+) => { ... };
}