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