bit-array

A bit array (aka bitset, bitmap, bit vector) API for numeric types

https://github.com/nikita-volkov/bit-array

Latest on Hackage:0.1.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed and maintained by Nikita Volkov

The library extends the numeric types with an array-like interface over individual set bits. It also provides an API for conversion to and from the binary notation.