| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | superbobry@gmail.com |
| Safe Haskell | None |
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
module Data.BitSet.Dynamic