dstruct v0.1.0 (2015-03-29T14:44:48Z)
Home
Dub
Repo
BasicGraph.isDirected
dstruct
graph
BasicGraph
true if this graph is a directed graph.
struct
BasicGraph
(Vertex, EdgeDirection edgeDirection)
enum
bool
isDirected
;
Meta
Source
See Implementation
dstruct
graph
BasicGraph
functions
addEdge
addVertex
directedEdgeCount
edgeCount
hasEdge
hasVertex
removeEdge
removeVertex
properties
vertexCount
variables
isDirected
true if this graph is a directed graph.