https://issues.dlang.org/show_bug.cgi?id=22119
--- Comment #2 from [email protected] --- (In reply to mhh from comment #1) > Is this not implied by the existing overload matching rules? You were part of the conversation on discord and didnt see it either? its implied if I understand the rules, but unclear. the implicit int to char and char[] being close enough to strings was very surprising given a foo(intT)(intT[3]) and foo(string) overloads --
