[ ArgumentList ] vs. @( ArgumentList )

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Tue Nov 6 18:48:48 PST 2012


On 11/7/12 2:27 AM, kraybourne wrote:
>
> @(Attr...) and @attr1 @attr2
>
>
> Because I secretly dream about stuff like:
>
> alias @(nothrow,safe,memoizable) @memosafe;

Sure you mean

alias @memosafe = @(nothrow,safe,memoizable);


Andrei


More information about the Digitalmars-d mailing list