pub fn call_value(ctx: &EvalContext, func: &Value, args: &[Value]) -> EvalResultExpand description
Call a function value with already-evaluated arguments. This is the public API for stdlib functions that need to invoke callbacks.
pub fn call_value(ctx: &EvalContext, func: &Value, args: &[Value]) -> EvalResultCall a function value with already-evaluated arguments. This is the public API for stdlib functions that need to invoke callbacks.