On Tuesday, 4 February 2014 at 17:17:13 UTC, Adam D. Ruppe wrote: > > This specifically won't compile, alias params are only allowed > in a compile-time list. So > > void foo(alias bar)() { ... } > > would work. > [...] Thanks, Adam, for the thorough explanation. This was quite helpful for me as well.