dstruct v0.1.0 (2015-03-29T14:44:48Z)
Home
Dub
Repo
BasicGraph.addVertex
dstruct
graph
BasicGraph
Add a vertex to the graph.
void
addVertex
(Vertex vertex)
struct
BasicGraph
(Vertex, EdgeDirection edgeDirection)
@
safe
pure nothrow
void
addVertex
(
ref
Vertex
vertex
)
void
addVertex
(Vertex vertex)
Meta
Source
See Implementation
dstruct
graph
BasicGraph
functions
addEdge
addVertex
directedEdgeCount
edgeCount
hasEdge
hasVertex
removeEdge
removeVertex
properties
vertexCount
variables
isDirected
Add a vertex to the graph.