macro_rules! div_impl_integer {
    ($(($($t:ty)*) => $panic:expr),*) => { ... };
}