defined shape of struct CheckInfo in bitboard::checkinfo.rs

This commit is contained in:
Varga Dávid Lajos
2025-11-15 12:37:47 +01:00
parent 296f1f6c3a
commit 182aa59ee1

View File

@@ -0,0 +1,5 @@
pub struct CheckInfo {
pub check_count: u8,
pub move_mask: u64
}