pub fn dispatch_call<S: ValueStore>(
store: &mut S,
sink: &mut dyn OutputSink,
callee: Value,
args: &[Value],
) -> RuntimeResult<CallDispatch>Expand description
Plain-call dispatch (design §7.2): closures, builtins and bound methods
are callable; classes must use new.