Function binop

Source
pub fn binop<'a>(op: &'a str, l: D<'a>, r: D<'a>) -> D<'a>
Expand description

Creates a binary operator applied to two arguments.