module CGL::Weightable(T)

Direct including types

Defined in:

cgl/edges.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def ==(other : Weightable) #

def clone #

def hash(hasher) #

def to_tuple #

def weight : T #

def weight=(weight : T) #