pub fn call(target: impl Into<Expr>, args: Vec<Expr>) -> Expr
Creates an Expr::Call node.
Expr::Call
The target must be an expression that resolves to a function, typically an Expr::Identifier or an Expr::FieldAccess.
Expr::Identifier
Expr::FieldAccess