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