On 6/13/18 1:18 AM, Flaze07 wrote:
I see, so it means that only char is affected, gotcha


Well, char[] and wchar[]. dchar[] is treated as an array by Phobos. But calling byCodeUnit on a dchar array should work just like an array as well, so using it is the most generic solution.

-Steve

Reply via email to