ReachableVertex
public protocol ReachableVertex
A protocol for whether a vertex is reachable.
-
True if
selfis reachable from the starting point.Declaration
Swift
var isReachable: Bool { get set }
View on GitHub
ReachableVertex Protocol Reference