UFCS for templates

JS js.mdnq at gmail.com
Thu Aug 8 10:35:01 PDT 2013


Can we have UFCS for templates?

e.g.,

T New(T, A...)(A args) { }


T t = T.New(args);


Note, in this case, the type parameter is substituted.


More information about the Digitalmars-d mailing list