pub fn binary( left: impl Into<Expr>, op: BinaryOp, right: impl Into<Expr>, ) -> BinaryBuilder
Create a binary expression (left op right)