@hackage bitset1.2
A compact functional set data structure.
Categories
License
MIT
Maintainer
Sergei Lebedev <superbobry@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (2)
Dependents (8)
@hackage/regex-deriv, @hackage/hsc3-server, @hackage/regex-pderiv, @hackage/acme-everything, @hackage/henet, @hackage/hen, Show all…
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). Current
implementations uses Integer for as bit storage and provides most of the
expected set operations: insertion, deletion, intersection, membership
testing etc.