impl_add_assign

Macro impl_add_assign 

Source
macro_rules! impl_add_assign {
    ($(@($($params:tt)+):)? $l:ty , $r:ty $(where $($bounds:tt)+)?) => { ... };
}