class AdventOfCode::WirePath

Defined in:

crystal/3.1.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(input) #

[View source]

Instance Method Detail

def distance : Hash({Int32, Int32}, Int32) #

[View source]
def distance=(distance : Hash(Tuple(Int32, Int32), Int32)) #

[View source]
def intersections(wire : WirePath) #

[View source]
def path : Set(Tuple(Int32, Int32)) #

[View source]
def path=(path : Set(Tuple(Int32, Int32))) #

[View source]
def print #

[View source]