de081d7b1d0b
405dbffe376b ^
1 2 3 4 5 6 7 8
9 10 11 12
13
use proptest_derive::Arbitrary; #[derive(Clone, Copy, Debug, PartialEq, Eq, Arbitrary)] pub enum Direction { Left, Up, Down, Right, UpLeft, UpRight, DownRight, DownLeft, }