Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cgl
v0.2.0
CGL
AbstractDiGraph
AbstractGraph
AdjacencyDiGraph
AdjacencyGraph
AdjacencyHash
AnyEdge
AnyGraph
BFSIterator
BinaryHeap
Color
DFSIterator
DiEdge
DiGraph
Directed
DotVisitor
Edge
EdgeError
EdgeIterator
Graph
GraphError
GraphIterator
GraphSourceIterator
Labelable
LabeledDiGraph
LabeledGraph
LDiEdge
LEdge
MultiGraph
Undirected
Visitor
WDiEdge
WEdge
Weightable
WeightedDiGraph
WeightedGraph
WeightedLabeledDiGraph
WeightedLabeledGraph
Built with Crystal 1.9.2
2023-10-08 14:41:20 UTC
struct
CGL::Edge(V)
CGL::Edge(V)
Struct
Value
Object
Included Modules
CGL::Undirected(V)
Defined in:
cgl/edges.cr
Constructors
.new
(u : V, v : V)
Instance methods inherited from module
CGL::Undirected(V)
==(other : AnyEdge)
==
,
hash(hasher)
hash
Instance methods inherited from module
CGL::AnyEdge(V)
clone
clone
,
to_tuple
to_tuple
,
u : V
u
,
u=(u : V)
u=
,
v : V
v
,
v=(v : V)
v=
Constructor methods inherited from module
CGL::AnyEdge(V)
new(u : V, v : V)
new
Constructor Detail
def self.
new
(u : V, v : V)
#
[
View source
]