Function fold_function_call_args

Source
pub fn fold_function_call_args<'i, F, T>(
    folder: &mut F,
    function: FunctionCallNode<'i, T>,
) -> Result<FunctionCallNode<'i, T>, F::Error>
where F: ExpressionFolder<'i, T> + ?Sized, T: FoldableExpression<'i>,
Expand description

Transforms function call arguments by using folder.