@hackage bit-array0.1.2
A bit array (aka bitset, bitmap, bit vector) API for numeric types
Categories
License
MIT
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Links
Versions
Installation
CustomDependencies (2)
- base >=4.7 && <5
- numeric-qq >=0.1.3 && <0.2 Show all…
Dependents (1)
@hackage/acme-everything
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.