aoc
2024.12.25
In aoc::
year2021::
day11
aoc
::
year2021
::
day11
Type Alias
Input
Copy item path
Source
type Input = [
u8
;
144
];
Expand description
Pad the 10x10 grid by 1 on either side so that we can avoid boundary checks.