pub fn new_bin_op<L, R>(
lhs: L,
rhs: R,
op_type: BinOpType,
) -> Result<BinaryOperationNode, AstNodeError>
Expand description
Creates binary operation node.
pub fn new_bin_op<L, R>(
lhs: L,
rhs: R,
op_type: BinOpType,
) -> Result<BinaryOperationNode, AstNodeError>
Creates binary operation node.