bitset

A space-efficient set data structure.

Latest on Hackage:1.4.8

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.

A bit set is a compact data structure, which maintains a set of members from a type that can be enumerated (i. e. has an Enum instance).