aoc
2024.12.25
In aoc::
year2023::
day23
aoc
::
year2023
::
day23
Type Alias
Row
Copy item path
Source
type Row = [
u8
;
8
];
Expand description
We only use 6 elements but 8 is faster to hash.