Mixin function names

Moinak Bhattacharrya via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 18 14:28:33 PDT 2017


On Tuesday, 18 July 2017 at 21:22:47 UTC, Timon Gehr wrote:
> On 18.07.2017 22:57, Moinak Bhattacharrya wrote:
>> Is it possible to mixin function names? IE something like this:
>> 
>> template strFunc(string s){
>>      int mixin(s)(int a){
>>          return a+1;
>>      }
>> }
>> ...
>
> No.
>
>> If not, is something like this being looked at?
>
> The suggestion has been made, but there was no extensive 
> discussion so far.
> https://github.com/dlang/DIPs/blob/master/DIPs/DIP1010.md#mixin-identifiers

That's the DIP for static foreach. Is there a separate DIP for 
mixin identifiers?


More information about the Digitalmars-d mailing list