binary

Function binary 

Source
pub fn binary(
    left: Expression,
    operator: BinaryOperator,
    right: Expression,
) -> Expression