impl_neg

Macro impl_neg 

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