@hackage bv-little1.1.1

Efficient little-endian bit vector library

This package contains a time- and space- efficient implementation of little-endian, immutable bit vectors. Provides implementations of applicable typeclasses and numeric conversions.

The declared cost of each operation is either worst-case or amortized.

For an implementation of big-endian, immutable bit vectors use the bv package.

For an implementation of little-endian, mutable bit vectors, use the bitvec package.