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

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 Dec 2017

README

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 (2)

  1. jbuilder >= "1.0+beta7"
  2. ocaml < "4.07"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None