Macro array_impls

Source
macro_rules! array_impls {
    ($($N:expr)*) => { ... };
}