macro_rules! impl_complex_ref_binop {
(impl<$T:ident> $imp:ident $method:ident ($l:ty, $r:ty) where $($w:ident)*) => { ... };
}macro_rules! impl_complex_ref_binop {
(impl<$T:ident> $imp:ident $method:ident ($l:ty, $r:ty) where $($w:ident)*) => { ... };
}