package bitmasks

  1. Overview
  2. Docs
BitMasks over int and int64 exposed as sets

Install

Dune Dependency

Authors

Maintainers

Sources

v1.1.0.tar.gz
md5=e1d5ba8f4481552db4d600b0abf7f72e

CHANGES.txt.html

CHANGES.txt

2017-12-15 David Allsopp <david.allsopp -at- metastack.dot.com>
  Version 1.1.0
* Switch build system to Jbuilder
* Ensure physical equality maintained in add and remove (as in OCaml 4.03.0)
* Add missing functions introduced in OCaml 4.04.0 and 4.05.0
* Correct documentation of BitMask.topbit
* Fix incorrect use of Mask.shifts when Mask.lowest <> Mask.one
* Allow the sign bit to be included in a bitmask (affects fold, for_all, exists, filter, partition,
  cardinal, elements, min_elt, max_elt and split)
* Reduce BitMask signature to requiring only the type and the mask and calculate the other values
  automatically.

2014-03-16 David Allsopp <david.allsopp -at- metastack.dot.com>
  Version 1.0.0
* Initial release