macro_rules! array_example_impls {
    {$n:expr, $t:ident $($ts:ident)*} => { ... };
    {$n:expr,} => { ... };
}