Constant aoc::year2021::day11::NEIGHBORS

source ยท
const NEIGHBORS: [u8; 8];
Expand description

Offsets for each of the eight neighbors. The last four offsets will wrap around when added to u8 to give a smaller index.