struct CGL::Edge(V)

Included Modules

Defined in:

cgl/edges.cr

Constructors

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) #