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