[Issue 14998] Cannot put a char into a char[]

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 17 16:23:09 UTC 2018


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

--- Comment #8 from Jack Stouffer <jack at jackstouffer.com> ---
(In reply to Steven Schveighoffer from comment #3)
> import std.utf;
> auto r = c.byCodeUnit;
> r.put('c');

This actually doesn't work. Making separate issue for it.

--


More information about the Digitalmars-d-bugs mailing list