anansi.adjacencylist

Undocumented in source.

Members

Functions

checkEdges
void checkEdges(Graph g, string name, Graph.VertexDescriptor src, Graph.VertexDescriptor[] outTargets, Graph.VertexDescriptor[] inTargets)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

AdjacencyList
struct AdjacencyList(alias VertexStorage = VecS, alias EdgeStorage = VecS, Directionality = DirectedS, VertexProperty = NoProperty, EdgeProperty = NoProperty)
Undocumented in source.

Meta