[][src]Module rustenginelib::bitboard

Constants

BITBOARD_FILE_A
BITBOARD_FILE_A_MIDDLE
BITBOARD_FILE_H
BITBOARD_FILE_H_MIDDLE
BITBOARD_MIDDLE
BITBOARD_RANK_1
BITBOARD_RANK_1_MIDDLE
BITBOARD_RANK_8
BITBOARD_RANK_8_MIDDLE

Traits

BitboardTrait

Bitboard trait adds functions to an u64 that allow treating it as a chess engine bitboard

Type Definitions

Bitboard

Bitboard type represents the squares of a 8x8 chess board as bits of an unsigned 64 bit integer