| 143 | } |
| 144 | |
| 145 | static int Row(CodeWord rowIndicator) |
| 146 | { |
| 147 | return (rowIndicator.code / 30) * 3 + rowIndicator.cluster / 3; |
| 148 | } |
| 149 | |
| 150 | constexpr FixedPattern<8, 17> START_PATTERN = { 8, 1, 1, 1, 1, 1, 1, 3 }; |
| 151 |
no outgoing calls
no test coverage detected