dstruct v0.1.0 (2015-03-29T14:44:48Z)
Home
Dub
Repo
BasicGraph.hasVertex
dstruct
graph
BasicGraph
bool
hasVertex
(Vertex vertex)
bool
hasVertex
(Vertex vertex)
struct
BasicGraph
(Vertex, EdgeDirection edgeDirection)
@
nogc
@
safe
pure nothrow const
bool
hasVertex
(
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