class Aoc::Day11::SeatMap
- Aoc::Day11::SeatMap
- Reference
- Object
Defined in:
day/11.crConstructors
Instance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). - #converge(crowding_point, &count_adjacent_seats : Int32, Int32, SeatMap -> Int32)
- #naive_adjacency_count(row, column)
- #num_filled
- #ray_tracing_adjacency_count(row, column)
- #tick(crowding_point, & : Int32, Int32, SeatMap -> Int32)
Constructor Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).