Function calcit_runner::runner::evaluate_args[][src]

pub fn evaluate_args(
    items: &CalcitItems,
    scope: &CalcitScope,
    file_ns: &str,
    program_code: &ProgramCodeData
) -> Result<CalcitItems, String>
Expand description

evaluate symbols before calling a function notice that & is used to spread a list