@hackage bitset0.6
A functional data structure for efficient membership testing.
Categories
License
LicenseRef-LGPL
Maintainer
Denis Bueno <dbueno@gmail.com>
Links
- Documentation
- No source repository
- Security
Versions
Installation
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 maintains a record of members from a type that can be mapped
into (non-negative) Ints. Supports insertion, deletion, size, and
membership testing, and is completely pure (functional).