"Timon Gehr" <timon.gehr at gmx.ch> wrote in message
news:it0cp6$2fdt$1 at digitalmars.com...
>
> T shirt;
> struct T{
> T lousy(T)(T arg){return arg;}
> T submitArticle(Article){
> return this.lousy!T(shirt);
> }
> }
> struct Article{};
>
I like that :)