What's left for 1.0? - string class

Anders F Björklund afb at algonet.se
Fri Nov 17 06:25:47 PST 2006


Aarti_pl wrote:

> from my point of view currently char is just an "alias" for ubyte, and 
> could/should be removed because it is superfluous. 

char and wchar are nothing special, but char[] and wchar[] are magic.
If those used ubyte[] and ushort[], code point looping wouldn't work.

--anders



More information about the Digitalmars-d mailing list