Type Alias aoc::year2021::day11::Input

source ยท
type Input = [u8; 144];
Expand description

Pad the 10x10 grid by 1 on either side so that we can avoid boundary checks.