module CGL::Weightable(T)

Direct including types

Defined in:

cgl/edges.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(u, v, weight) #

[View source]

Instance Method Detail

def ==(other : Weightable) #

[View source]
def clone #

[View source]
def hash(hasher) #

[View source]
def to_tuple #

[View source]
def weight : T #

[View source]
def weight=(weight : T) #

[View source]