D Logo and Slogan
Mike
none at none.com
Sat Feb 1 19:23:19 PST 2014
On Sunday, 2 February 2014 at 00:25:39 UTC, Dicebot wrote:
> It was actually removed several releases ago
> -https://github.com/D-Programming-Language/dmd/pull/1413
What a mess! I'm almost sorry I brought it up, but I'm glad I
did because I was just about to model a 1500 page ARM Cortex-M
datasheet using the apparently "old" syntax.
So let me get this straight:
alias {type} this; // only if using 'this'
alias {newType} = {existingType} // all others
So, does the language reference here
(http://dlang.org/declaration.html#alias) need updating?
And do the aliases in object.di here
(https://github.com/D-Programming-Language/druntime/blob/master/src/object.di)
also need updating?
More information about the Digitalmars-d
mailing list