anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
AdjacencyList.opIndex
anansi
adjacencylist
AdjacencyList
Undocumented in source. Be warned that the author may not have intended to support it.
inout
(
VertexProperty
)
opIndex
(VertexDescriptor v)
EdgeProperty
opIndex
(EdgeDescriptor e)
struct
AdjacencyList
(alias VertexStorage = VecS, alias EdgeStorage = VecS, Directionality = DirectedS, VertexProperty = NoProperty, EdgeProperty = NoProperty)
ref
static if
(
!isNone!EdgeProperty
)
EdgeProperty
opIndex
(
EdgeDescriptor
e
)
const
(
EdgeProperty
)
opIndex
(EdgeDescriptor e)
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