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 ?