https://issues.dlang.org/show_bug.cgi?id=14998
--- Comment #4 from [email protected] --- If the error message had read "Cannot put a char into a char[] because it is a range of dchar" this issue would not exist. So, proper resolution of this issue would be improving the error message, as "cannot put a char into a char[]" is somewhat confusing, especially if you're less familiar with the language (like me). --
