dalicious ~master (2019-07-04T14:03:58Z)
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
)
this
(
Node
start
,
Node
end
,
Weight
weight
,
EdgePayload
payload
)
struct
Edge
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
Construct an edge.