[Issue 18538] ubyte[] can append to string

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 28 13:33:15 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18538

--- Comment #1 from FeepingCreature <default_357-line at yahoo.de> ---
Bonus round!

Works: s ~= ub;

Does not work: s = s ~ ub;

--


More information about the Digitalmars-d-bugs mailing list