Commit graph

3 commits

Author SHA1 Message Date
3c157efe84 Add bitboard iteration
Introduce 'BitboardIterator', use it to implement 'IntoIterator' for
'Bitboard'.
2022-07-16 14:41:07 +02:00
4bc597439e Move 'board::bitboard' into folder module
I will be adding a 'BitboardIterator' type, and it makes more sense to
use a folder for this module at this point.
2022-07-16 14:41:07 +02:00
755e891b17 Add 'Bitboard' and 'Square' definitions 2022-07-16 14:41:07 +02:00