anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
NullVisitor.discoverVertex
anansi
algorithms
dfs
NullVisitor
Called when a vertex is first encountered during the search.
struct
NullVisitor
(GraphT)
void
discoverVertex
(
ref
const
(
GraphT
)
g
,
Vertex
v
)
if
(
isGraph
!
GraphT
)
Meta
Source
See Implementation
anansi
algorithms
dfs
NullVisitor
aliases
Edge
Vertex
functions
backEdge
discoverVertex
examineEdge
finishVertex
forwardOrCrossEdge
initVertex
startVertex
treeEdge
Called when a vertex is first encountered during the search.