impl_add

Macro impl_add 

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