https://issues.dlang.org/show_bug.cgi?id=24656
--- Comment #3 from basile-z <[email protected]> --- This looks invalid to me. Implcit conversions between signed and unsigned allows things like ``` void main(){ byte a; a = ubyte(255); } ``` Problem in the original report is more about signess but signess does not play a role in overload resolution. --
