On Tuesday, 18 July 2017 at 20:57:51 UTC, 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;
> }
> }
>
> If not, is something like this being looked at?
Or, just something like this for any variable name.