binop

Function binop 

Source
pub fn binop<'a, P: PrettySimple<'a>, Q: PrettySimple<'a>>(
    l: P,
    op: &'a str,
    r: Q,
) -> RcDoc<'a>