dalicious ~master (2019-07-04T14:03:58Z)
Dub
Repo
Graph.has
dalicious
math
Graph
Check if edge/node exists in this graph. Ignores the weight if weighted.
bool
has
(
in
Node
node
)
struct
Graph
(Node, Weight = void, Flag!"isDirected" isDirected = No.isDirected, EdgePayload = void)
bool
has
const pure nothrow
(
in
Node
node
)
bool
has
(
in
Edge
edge
)
bool
opBinaryRight
(
in
Node
node
)
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/node exists in this graph. Ignores the weight if weighted.