"SimonM" <u...@example.net> wrote in message news:j9ioe3$29tq$1...@digitalmars.com... > On 2011/11/11 02:20 AM, Walter Bright wrote: >> You're also free to add the following to your code: >> >> alias byte int8; >> alias short int16; >> alias int int32; >> >> If you feel it improves your code, go for it. > > I *almost* wish I could say: > > alias size_t int; >
My experience with C/C++ makes me cringe at that :)