Rust crate to iterate forwards or backwards over the positions of set bits in a word. Useful for working with event flags, some bitboards etc.
-
Updated
Sep 12, 2023 - Rust
Rust crate to iterate forwards or backwards over the positions of set bits in a word. Useful for working with event flags, some bitboards etc.
Unsigned N-bit Buffer: A structure that holds a fixed buffer of `bits`-sized unsigned integer elements.
Add a description, image, and links to the bit-twiddling topic page so that developers can more easily learn about it.
To associate your repository with the bit-twiddling topic, visit your repo's landing page and select "manage topics."