http://d.puremagic.com/issues/show_bug.cgi?id=7364
--- Comment #4 from Nick Treleaven <[email protected]> 2013-02-18 07:56:20 PST --- Any solution should be able to replace the existing syntax completely, so the compiler would have to parse e.g. function template blocks: template initOf(T) { T this() {return T.init;} } I think instead of using 'this' for the symbol name, 'template' would be clearer. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
