Andrei Alexandrescu wrote:
> I'd want to give it a try. How do others feel about Template{arguments}?
I’m not sure. It looks somehow better when nesting template arguments, 
but {} doesn’t quite fit in as some kind of argument in a C-style 
language like D, I think.
Template{int}(); // Looks awkward.