macro_rules! add_assign_impl {
    ($($t:ty)+) => { ... };
}