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
sha256=e3c59984d535679a9333cee41ab03acd0bdc717c271378b00701fbc7ae01f3ed
md5=63e842db085ec7a053ecee9e621a3f74

README.md.html

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.

OCaml

Innovation. Community. Security.