dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
Graph.edges
dalicious
math
Graph
Get the set (ordered list) of edges in this graph.
auto
edges
[@property getter]
auto
edges
[@property getter]
struct
Graph
(Node, Weight = void, Flag!"isDirected" isDirected = No.isDirected, EdgePayload = void)
@
property
const nothrow pure
auto
edges
(
)
Meta
Source
See Implementation
dalicious
math
Graph
constructors
this
functions
adjacencyList
allDegrees
allIncidentEdges
bulkAddForce
degree
forceAdd
get
has
inDegree
inEdges
incidentEdges
indexOf
opBinaryRight
opOpAssign
outDegree
outEdges
replaceEdge
postblits
this(this)
properties
edges
nodes
static functions
edge
groupByNodes
orderByNodes
static variables
hasEdgePayload
isWeighted
structs
ConflictStrategy
DegreesCache
Edge
IncidentEdgesCache
variables
_edges
_nodes
Get the set (ordered list) of edges in this graph.