pub fn select_multimethod_handler(
mm: &MultiMethod,
dispatch_val: &Value,
) -> Result<Value, SemaError>Expand description
Select the handler for an already-computed multimethod dispatch value. Performs no evaluator callback and is therefore safe inside runtime continuations.