package bitmasks

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.2.0.tar.gz
md5=63e842db085ec7a053ecee9e621a3f74

Description

Library for exposing bitmasks (typically as int or int64) in an implementation compatible with OCaml's Set. The underlying data representation is unaltered, allowing the value to be manipulated either as a bitmask or as a set without conversion.

Published: 16 Jul 2020

README

README.md

BitMasks Sets

Library for exposing bitmasks (typically as int or int64) in an implementation compatible with OCaml's Set. The underlying data representation is unaltered, allowing the value to be manipulated either as a bitmask or as a set without conversion.

Dependencies (4)

  1. seq
  2. stdlib-shims
  3. dune
  4. ocaml < "4.11.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None