dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
Edge.this
dalicious
math
Graph
Edge
Construct an edge.
this
(Node start, Node end)
this
(Node start, Node end, Weight weight)
this
(Node start, Node end, EdgePayload payload)
struct
Edge
static if
(
hasEdgePayload && !is(EdgePayload : Weight)
)
this
(
Node
start
,
Node
end
,
EdgePayload
payload
)
this
(Node start, Node end, Weight weight, EdgePayload payload)
Meta
Source
See Implementation
dalicious
math
Graph
Edge
constructors
this
functions
getConnectingNode
opCmp
opEquals
source
target
properties
end
start
variables
_end
_start
payload
weight
Construct an edge.