Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 264 Bytes

File metadata and controls

4 lines (3 loc) · 264 Bytes

BitArray

A small and efficient bit array implementation, including an enumerator to iterate over all set bit indices. Currently only includes an implementation for a length of 128 bits, but other sizes should be more or less trivial to implement at this point.