ExplorationContinuation
public enum ExplorationContinuation
The type of action to perform after exploring a vertex.
-
Continue exploring the successors of the vertex.
Declaration
Swift
case `continue` -
Skip exploring the successors of the vertex.
Declaration
Swift
case skip -
Stop exploring the graph.
Declaration
Swift
case stop
View on GitHub