BasicGraph.isDirected

true if this graph is a directed graph.

struct BasicGraph(Vertex, EdgeDirection edgeDirection)
enum bool isDirected;

Meta