DistanceSearchMessage
public struct DistanceSearchMessage<VertexId, Distance> : MergeableMessage where Distance : AdditiveArithmetic, Distance : Comparable
Messages used during parallel BFS and parallel shortest paths.
-
Merges
selfwithother.Declaration
Swift
public mutating func merge(_ other: `Self`)
View on GitHub
DistanceSearchMessage Structure Reference