macro_rules! impl_array_newtype_show {
    ($thing:ident) => { ... };
}