class AdventOfCode::WirePath
- AdventOfCode::WirePath
- Reference
- Object
Defined in:
crystal/3.1.crConstructors
Instance Method Summary
- #distance : Hash({Int32, Int32}, Int32)
- #distance=(distance : Hash(Tuple(Int32, Int32), Int32))
- #intersections(wire : WirePath)
- #path : Set(Tuple(Int32, Int32))
- #path=(path : Set(Tuple(Int32, Int32)))