Andrej Mitrovic Wrote: > Now I see why using char[] fails. It's because [ElementType!(R).init]; > returns a dchar[].
Yep, Unicode for the win. dchar[] is swappable.
Andrej Mitrovic Wrote: > Now I see why using char[] fails. It's because [ElementType!(R).init]; > returns a dchar[].
Yep, Unicode for the win. dchar[] is swappable.