Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
adventofcode
main
Advent
Day01
Day02
Day03
Day04
Day05
Instruction
Day06
Day07
Day08
Day09
Point
Day10
Day11
Monkey
Day12
Day13
Day14
Day15
Day16
Valve
Day17
Day18
Day19
Blueprint
State
Day20
Day21
Day22
Material
Vector
Day23
Day24
Day25
Point
Generated using Crystal 1.14.0
2024-11-26 07:32:33 UTC
struct
Advent::
Day05::
Instruction
Advent::Day05::Instruction
Struct
Value
Object
Defined in:
day05.cr
Constructors
.new
(qty : Int32, from : Int32, to : Int32)
Instance Method Summary
#from
: Int32
#from=
(from : Int32)
#qty
: Int32
#qty=
(qty : Int32)
#to
: Int32
#to=
(to : Int32)
Constructor Detail
def self.
new
(qty : Int32, from : Int32, to : Int32)
#
[
View source
]
Instance Method Detail
def
from
: Int32
#
[
View source
]
def
from=
(from : Int32)
#
[
View source
]
def
qty
: Int32
#
[
View source
]
def
qty=
(qty : Int32)
#
[
View source
]
def
to
: Int32
#
[
View source
]
def
to=
(to : Int32)
#
[
View source
]