macro_rules! impl_asref_array {
    ($($t:ty;)*) => { ... };
}