aoc::year2017::day21

Function three_by_three_permutations

Source
fn three_by_three_permutations(a: [u8; 9]) -> [usize; 8]
Expand description

Generate an array of the 8 possible transformations possible from rotating and flipping the 3x3 input.