anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
AdjacencyList.outDegree
anansi
adjacencylist
AdjacencyList
Undocumented in source. Be warned that the author may not have intended to support it.
struct
AdjacencyList
(alias VertexStorage = VecS, alias EdgeStorage = VecS, Directionality = DirectedS, VertexProperty = NoProperty, EdgeProperty = NoProperty)
const
size_t
outDegree
(
VertexDescriptor
vertex
)
Meta
Source
See Implementation
anansi
adjacencylist
AdjacencyList
aliases
AddEdgeResult
VertexDescriptor
functions
addEdge
addVertex
edgesBetween
inDegree
inEdges
opIndex
outDegree
outEdges
removeEdge
removeVertex
source
target
manifest constants
IsBidirectional
IsDirected
IsUndirected
properties
edgeCount
vertexCount
vertices
structs
EdgeDescriptor
variables
_edges
_vertices