On 2015-09-06 21:32, Prudence wrote: > template X(Y) > { > string X = Y.stringof; > } > > auto s = X({int 3;}) > > Of course, doesn't work!! You might be interested in this [1]. [1] http://wiki.dlang.org/DIP50 -- /Jacob Carlborg