Alpha renaming in types is finally here

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Mon Jun 8 01:55:09 PDT 2015


On 6/8/15 1:51 AM, deadalnix wrote:
> On Monday, 8 June 2015 at 07:51:24 UTC, Andrei Alexandrescu wrote:
>> I've been wondering for a good while whether it's possible with what
>> we have. Looks like it is, modulo some gnarly hacks in introspecting
>> function types.
>>
>> https://github.com/D-Programming-Language/phobos/pull/3394
>>
>>
>> Destroy!
>>
>> Andrei
>
> Kind of like when I discovered this mail client written in awk, I'm both
> amazed and horrified.

Yah, the function parameter storage classes are gnarly to handle. The 
other type constructors line up quite nice. -- Andrei


More information about the Digitalmars-d mailing list