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