Displaying type of something

Lars Kyllingstad public at kyllingen.NOSPAMnet
Mon Mar 9 07:06:07 PDT 2009


Georg Wrede wrote:
> When creating templates, it is sometimes handy to print the type of 
> something. Is there a trivial way to print it?
> 
>     writeln("Typeof T is: ", typeof(t));
> 
> This doesn't work, but you get the idea.

typeof(t).stringof


-Lars


More information about the Digitalmars-d-learn mailing list