GraphDistanceMeasure
public protocol GraphDistanceMeasure : AdditiveArithmetic, Comparable
Represents a distance measure on a graph.
-
A value that is effectively always higher than any reasonable possible distance within the graph.
Declaration
Swift
static var effectiveInfinity: Self { get }