"Timon Gehr" wrote in message news:lvmh5b$eo9$1 at digitalmars.com... > When was int x(T)=2; introduced? At the same time as enum x(T) = 2; I think. > Also, C-style array syntax would actually be string results(T)[] = "";. Nah, array type suffix goes before the template argument list.