button ~master (2018-11-15T00:26:20Z)
Dub
Repo
Graph.degreeIn
button
graph
Graph
Returns the number of edges going into the given vertex.
class
Graph
(A, B, EdgeDataAB = size_t, EdgeDataBA = size_t)
const pure
size_t
degreeIn
(
Vertex
)
(
Vertex
v
)
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 the number of edges going into the given vertex.