aliases and .stringof

evilrat evilrat666 at gmail.com
Mon Apr 14 20:57:38 PDT 2014


On Monday, 14 April 2014 at 19:01:22 UTC, Joseph Rushton Wakeling 
wrote:
>             alias Graph = G!directed;
>...
>             writeln("Graph type: ", (Graph.directed) ? 
> "directed " : "undirected ", Graph.stringof);
>             // ... etc.

isn't this should be Graph.typeof.stringof ?


More information about the Digitalmars-d-learn mailing list