AdjacencyList.AddEdgeResult

A tuple with some names to help unpacking the result of an addEdge call.

struct AdjacencyList(alias VertexStorage = VecS, alias EdgeStorage = VecS, Directionality = DirectedS, VertexProperty = NoProperty, EdgeProperty = NoProperty)
alias AddEdgeResult = Tuple!(EdgeDescriptor, "edge", bool, "addedNew")

Meta