pub fn unroll_parameters(
    definition: &FunctionDefinition,
    params: &[AnyExpr],
    display: Option<Properties>,
    context: &mut CompileContext
) -> AnyExpr
Expand description

Replaces all Parameter unrolled expressions with the given parameters.