On Sunday, 8 May 2016 at 14:11:31 UTC, Ali Çehreli wrote:
>         E front() {
>             final switch (index) {
>                 /* static */ foreach (i, arg; Args) {
>                     case i:
>                         return arg;
>                 }
>             }
>         }
AFAIK, this will do funny things with referencing stack if 
arguments are variables and not literals.