alias have new syntax?

cmplx magiisto at mail.ru
Sat Jan 18 14:55:47 PST 2014


On Saturday, 18 January 2014 at 22:50:50 UTC, cmplx wrote:
> During the study D, I stumbled upon this design
> alias myInt = int;
> but the specification says nothing about such use alias. Is the 
> syntax has been changed?

Sorry, I wrong :
AliasDeclaration:
     ....
     alias AliasInitializerList

AliasInitializer:
     Identifier = Type


More information about the Digitalmars-d mailing list