struct CGL::WDiEdge(V, W)

Included Modules

Defined in:

cgl/edges.cr

Constructors

Instance methods inherited from module CGL::Weightable(W)

==(other : Weightable) ==, clone clone, hash(hasher) hash, to_tuple to_tuple, weight : T weight, weight=(weight : T) weight=

Constructor methods inherited from module CGL::Weightable(W)

new(u, v, weight) 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, weight) #

[View source]