Function make_general_expr

Source
fn make_general_expr(func: ExprType, exprs: Vec<Expr>) -> Option<Expr>
Expand description

General expressions do not fall under unary / binary op, so they are constructed differently.