anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
NullVisitor.examineEdge
anansi
algorithms
dfs
NullVisitor
Called when an edge is being expanded.
struct
NullVisitor
(GraphT)
void
examineEdge
(
ref
const
(
GraphT
)
g
,
Edge
e
)
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 an edge is being expanded.