DijkstraBfsVisitor.finishVertex

Undocumented in source. Be warned that the author may not have intended to support it.
struct DijkstraBfsVisitor(GraphT, QueueT, DijkstraVisitorT, DistanceMapT, PredecessorMapT, WeightMapT, alias sumFunction = (a, b) => a + b)
void
finishVertex
(
ref const(GraphT) g
,)

Meta