chessfriend/bitboard
Eryn Wells 14ab669763 Clean up BitBoard's bit ops impl macros
Declare the `forward_ref` crate as a dependency (my first external dependency!)
and use it to clean up the infix, assign, and unary op impls. This crate
automatically implements A+&B, &A+B, and &A+&B for me.
2024-07-13 07:08:18 -07:00
..
src Clean up BitBoard's bit ops impl macros 2024-07-13 07:08:18 -07:00
Cargo.toml Clean up BitBoard's bit ops impl macros 2024-07-13 07:08:18 -07:00