Function apply_function

Source
pub fn apply_function(
    it: &mut Interpreter,
    node: &FunctionNode,
) -> InterpreterResult<()>