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