pub type BoardRangeChecker<const SD: bool> = Checker<5, true, SD>;
pub struct BoardRangeChecker<const SD: bool> { /* private fields */ }