anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
AdjacencyList.AddEdgeResult
anansi
adjacencylist
AdjacencyList
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
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
A tuple with some names to help unpacking the result of an addEdge call.