add dual impl for bitboard (bitvec and standard)
This commit is contained in:
@@ -11,6 +11,7 @@ use std::{cmp::Ordering, fmt};
|
||||
pub const BOARD_SIZE: usize = 8;
|
||||
|
||||
/// Area of the board
|
||||
#[allow(dead_code)]
|
||||
pub const BOARD_AREA: usize = BOARD_SIZE * BOARD_SIZE;
|
||||
|
||||
/// A chain of positions across the board
|
||||
|
||||
Reference in New Issue
Block a user