alias A = B; syntax

stas stasoid at yahoo.com
Tue Oct 16 04:22:31 PDT 2012


On Tuesday, 16 October 2012 at 09:32:49 UTC, Don Clugston wrote:
>
> Somehow this is something that my brain refuses to see as 
> natural, no matter how many times it sees it.

Exactly.

In C inconsistency was even more vivid:
sometimes I saw
#define BOOL int
and other times
typedef int Bool;  // what a heck?


More information about the Digitalmars-d mailing list