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?
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?