"Timon Gehr" <timon.g...@gmx.ch> wrote in message 
news:it0cp6$2fdt$1...@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 :)


Reply via email to