Templated Struct Constructor

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Dec 10 16:07:25 PST 2011


You can cheat with __ctor:

Test test = Test.__ctor!(int, true)(5);


More information about the Digitalmars-d mailing list