package bitmasks

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.3.0.tar.gz
md5=b89571470e7966d468218fc1ba787028

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: 20 Aug 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.12"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None