dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
Edge.this
dalicious
math
UndirectedGraph
Edge
Construct an edge.
this
(Node start, Node end)
struct
Edge
pure nothrow @
safe
this
(
Node
start
,
Node
end
)
this
(Node start, Node end, Weight weight)
Meta
Source
See Implementation
dalicious
math
UndirectedGraph
Edge
aliases
source
constructors
this
functions
getCommonNode
opCmp
opEquals
target
properties
end
start
variables
_end
_start
weight
Construct an edge.