UnweightedEdge

public struct UnweightedEdge : Edge, CustomStringConvertible, Equatable

A basic unweighted edge.

Operator Overloads

  • Declaration

    Swift

    public static func == (lhs: UnweightedEdge, rhs: UnweightedEdge) -> Bool