[−][src]Type Definition rustenginelib::bitboard::Bitboard
type Bitboard = u64;
Bitboard type represents the squares of a 8x8 chess board as bits of an unsigned 64 bit integer
Trait Implementations
impl BitboardTrait for Bitboard[src]
BitboardTrait adds methods to Bitboard