Skip to main content

call_function

Function call_function 

Source
pub(super) fn call_function(
    interp: &Interpreter,
    func: &RValue,
    positional: &[RValue],
    named: &[(String, RValue)],
    env: &Environment,
) -> Result<RValue, RFlow>