Function ketos::exec::call_function [] [src]

pub fn call_function(ctx: &Context, fun: Value, args: Vec<Value>) -> Result<ValueError>

Calls a function or lambda in the given scope with the given arguments.