seer/src/board
Bruno BELANYI 585c127381 Statically assert zero-cost invariants
Since some or all of those invariants will come in handy to ensure we
use as little memory as possible, to maximize the speed of the move
generation later on.
2024-04-01 22:20:39 +01:00
..
bitboard Statically assert zero-cost invariants 2024-04-01 22:20:39 +01:00
directions.rs Make use of 'Bitboard::is_empty' 2024-04-01 22:20:39 +01:00
file.rs Statically assert zero-cost invariants 2024-04-01 22:20:39 +01:00
mod.rs Add 'board::Direction' enum 2024-04-01 22:20:39 +01:00
rank.rs Statically assert zero-cost invariants 2024-04-01 22:20:39 +01:00
square.rs Statically assert zero-cost invariants 2024-04-01 22:20:39 +01:00