struct NgLib::DijkstraGraph::Edge(W)

Defined in:

nglib/graph/dijkstra.cr
nglib/graph/radix_dijkstra.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(target : Int32, weight : UInt64) #

[View source]
def self.new(target : Int32, weight : W) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(target _target = @target, weight _weight = @weight) #

[View source]
def target : Int32 #

def weight : UInt64 #