aboutsummaryrefslogtreecommitdiff
path: root/src/bitboard.rs
Commit message (Collapse)AuthorAgeLines
* refactor: do not pass u64 by referenceeug-vs2023-01-21-17/+16
| | | | | This is pointless since size of a pointer is also 64 bit on x64 systems, so we are not saving any memory at this point
* refactor: do not wrap Bitboard into structeug-vs2023-01-21-23/+49
|
* feat: implement Bitboard.pop_count()eug-vs2023-01-20-0/+42