dalicious ~master (2019-07-04T14:03:58Z)
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
(
in
Node
node
)
bool
has
(
in
Edge
edge
)
struct
Graph
(Node, Weight = void, Flag!"isDirected" isDirected = No.isDirected, EdgePayload = void)
bool
has
const pure nothrow
(
in
Edge
edge
)
bool
opBinaryRight
(
in
Edge
edge
)
Meta
Source
See Implementation
dalicious
math
Graph
constructors
this
functions
adjacencyList
bulkAddForce
degree
forceAdd
get
has
inDegree
inEdges
incidentEdges
indexOf
opBinaryRight
opOpAssign
outDegree
outEdges
replaceEdge
properties
edges
nodes
static functions
edge
structs
ConflictStrategy
Edge
Check if edge exists in this graph. Only the start and end node will be compared.