Macro binary_right_associative

Source
macro_rules! binary_right_associative {
    ($self:ident,  $SubOp: ident, $Kinds: expr) => { ... };
}