IndexedEdgeList.directed

Static boolean value indicating whether or not the graph is directed. This is available for compile-time as well as runtime checks.

class IndexedEdgeList(bool dir)
alias directed = dir

Meta