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