struct CGL::LDiEdge(V, L)
Included Modules
Defined in:
cgl/edges.cr
Constructors
Instance methods inherited from module CGL::Labelable(L)
==(other : Labelable)
==,
clone
clone,
hash(hasher)
hash,
label : L?
label,
label=(label : L?)
label=,
to_tuple
to_tuple
Constructor methods inherited from module CGL::Labelable(L)
new(u, v, label)
new
Instance methods inherited from module CGL::Directed(V)
==(other : AnyEdge)
==,
hash(hasher)
hash,
reverse
reverse
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, label)
#