Eigenpoll : D wish list : variable template(short syntax 

too long:
template f(alias i){
const int f=i*10;
}

so need var-temp like class/function template:
const int f(alias i)=i*10;


Report this item for cleanup