class Advent::Day19::State
- Advent::Day19::State
- Reference
- Object
Defined in:
day19.crConstructors
Instance Method Summary
- #blueprint : Blueprint
- #blueprint=(blueprint : Blueprint)
- #children : Array(Advent::Day19::State)
- #children=(children : Array(Advent::Day19::State))
- #clay : Int32
- #clay=(clay : Int32)
- #clay_robots : Int32
- #clay_robots=(clay_robots : Int32)
-
#dup
Returns a shallow copy of this object.
- #evaluated : Bool
- #evaluated=(evaluated : Bool)
- #future_score(depth)
- #geode : Int32
- #geode=(geode : Int32)
- #geode_robots : Int32
- #geode_robots=(geode_robots : Int32)
- #log : Array(String)
- #log=(log : Array(String))
- #obby : Int32
- #obby=(obby : Int32)
- #obby_robots : Int32
- #obby_robots=(obby_robots : Int32)
- #ore : Int32
- #ore=(ore : Int32)
- #ore_robots : Int32
- #ore_robots=(ore_robots : Int32)
- #produce
- #score
- #step
- #time : Int32
- #time=(time : Int32)
Constructor Detail
Instance Method Detail
def dup
#
Description copied from class Reference
Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self
into it.