UFCS for templates

barryharris slackovsky at gmail.com
Thu Aug 8 20:41:46 PDT 2013


So instead of:

T t = New!T(args)

you would like:

T t = T.New(args)

Is that it?


More information about the Digitalmars-d mailing list