https://issues.dlang.org/show_bug.cgi?id=22792
--- Comment #4 from [email protected] --- (In reply to moonlightsentinel from comment #1) > [...] "match with implicit conversions". Correction: This applies only to the mutable overload because the delegate type changes due to the different constness. The const overload should be "match with qualifier conversion" (`S` => `const S`). --
