Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 153 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 153 Bytes

bitset

I needed a bitset that could be iterable in O(n) time with n being the number of "true" elements, this is it (or will be once I finish it)