bitset-1.3.0: A space-efficient set data structure.

PortabilityGHC
Stabilityexperimental
Maintainersuperbobry@gmail.com
Safe HaskellNone

Data.BitSet

Description

A space-efficient implementation of set data structure enumerated data types.

Note: Read below the synopsis for important notes on the use of this module.

This module is intended to be imported qualified, to avoid name clashes with Prelude functions, e.g.

 import Data.BitSet (BitSet)
 import qualified Data.BitSet as BS

This module re-exports Dynamic implementation that uses Integer as underlying container.

Documentation