@hackage / bitwise-enum

Bitwise operations on bounded enumerations

Latest1.0.2.0

About

Metadata

  • Last updated , by jnbooth
  • License BSD-3-Clause
  • Categories FFI, Data Structures
  • Maintained by: Joshua Booth <joshua.n.booth@gmail.com>

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.6.2
  2. 9.4.8
  3. 9.4.5
  4. 9.2.8
  5. 9.0.2
  6. 8.10.7
  7. 8.8.4
  8. 8.6.5
  9. 8.6.1

Readme

Bitwise operations on bounded enumerations.

Data.Enum.Set
Constant-time sets using bit flags.
Data.Enum.Memo
Constant-time lookup memoization for functions on enumerated types.