alias Graph = G!directed; ...writeln("Graph type: ", (Graph.directed) ? "directed " : "undirected ", Graph.stringof);// ... etc.
isn't this should be Graph.typeof.stringof ?
alias Graph = G!directed; ...writeln("Graph type: ", (Graph.directed) ? "directed " : "undirected ", Graph.stringof);// ... etc.
isn't this should be Graph.typeof.stringof ?