Get rid of byte?

Anders F Björklund afb at algonet.se
Sun Feb 19 00:39:07 PST 2006


Jarrett Billingsley wrote:

> Could the _t suffix at least be taken off those aliases (alii?) ?  int8_t 
> has got to be one of the ugliest things I've seen since CLK_TCK. 

It also appears on "size_t", the type of the array .length attribute...
(that is similar to "uint" for 32-bit code and "ulong" for 64-bit code)

So it's in D already :-)
--anders


PS.
I liked the "std.stdutf" idea too, but it seems noone else did.

  alias  char   utf8_t;
  alias wchar  utf16_t;
  alias dchar  utf32_t;



More information about the Digitalmars-d mailing list