package bitmasks

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.4.0.tar.gz
md5=ca4039c557d165d61845a44baa3119c0
sha512=3aa006f8416c5fb38142ccf5fc5af85cb827da83fb83dd5b879988797af70701dd466a936b500f9a17dbf5b092de6fecf3b1f91def38d547612c1e95cb606339

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: 03 Aug 2021

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None