dalicious v2.4.0 (2020-01-14T14:23:24Z)
Dub
Repo
Graph.has
dalicious
math
Graph
Check if edge exists in this graph. Only the
start
and
end
node will be compared.
bool
has
(Node node)
bool
has
(Edge edge)
struct
Graph
(Node, Weight = void, Flag!"isDirected" isDirected = No.isDirected, EdgePayload = void)
const pure nothrow
bool
has
(
in
Edge
edge
)
bool
opBinaryRight
(Edge edge)
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
Check if edge exists in this graph. Only the start and end node will be compared.