Function new_fn_call_normal

Source
pub fn new_fn_call_normal<N>(name: N, args: Vec<ExprKind>) -> FunctionCallNode
where N: Into<ExprKind>,
Expand description

Creates a new function call node.