pub fn set_call_callback(ctx: &EvalContext, f: CallCallbackFn)Expand description
Register the call-value callback. Called by sema-eval during interpreter init.
Stores into both ctx and the shared STDLIB_CTX.
pub fn set_call_callback(ctx: &EvalContext, f: CallCallbackFn)Register the call-value callback. Called by sema-eval during interpreter init.
Stores into both ctx and the shared STDLIB_CTX.