remove not callable for char[]

Steven Schveighoffer schveiguy at yahoo.com
Wed Jun 13 16:24:24 UTC 2018


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


More information about the Digitalmars-d-learn mailing list