dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
BasicGraph.hasVertex
dstruct
graph
BasicGraph
bool
hasVertex
(
ref
Vertex
vertex
)
bool
hasVertex
(
Vertex
vertex
)
struct
BasicGraph
(Vertex, EdgeDirection edgeDirection)
bool
hasVertex
const
(
Vertex
vertex
)
Return Value
Type:
bool
true if the vertex is in the graph.
Meta
Source
See Implementation
dstruct
graph
BasicGraph
functions
addEdge
addVertex
directedEdgeCount
edgeCount
hasEdge
hasVertex
removeEdge
removeVertex
properties
vertexCount
variables
isDirected