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