AdjacencyList.EdgeDescriptor

A handle that can be used by callers to identify a given edge.

struct AdjacencyList(alias VertexStorage = VecS, alias EdgeStorage = VecS, Directionality = DirectedS, VertexProperty = NoProperty, EdgeProperty = NoProperty)
static
struct EdgeDescriptor {}

Members

Variables

dst
VertexDescriptor dst;
Undocumented in source.
edgeIndex
const(EdgeList.Node)* edgeIndex;
Undocumented in source.
src
VertexDescriptor src;
Undocumented in source.

Meta