Macro rem_impl_integer

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