button v0.1.3 (2018-11-15T00:21:03Z)
Dub
Repo
Graph.outgoing
button
graph
Graph
Returns a range of outgoing neighbors from the given node.
class
Graph
(A, B, EdgeDataAB = size_t, EdgeDataBA = size_t)
pure
auto
outgoing
(
Vertex
)
(
Vertex
v
)
if
(
isVertex
!
Vertex
)
if
(
!
is
(
A
==
B
)
)
Meta
Source
See Implementation
button
graph
Graph
aliases
EdgeData
Opposite
classes
Data
enums
isEdge
isVertex
functions
data
degreeIn
degreeOut
diffEdges
diffVertices
edges
outgoing
put
remove
subgraph
traverse
properties
cycles
empty
length
tarjan
vertices
structs
Edges
SCC
Visited
Returns a range of outgoing neighbors from the given node.