package bitmasks

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

bitmasks 1.1.0

Libraries

This package provides the following libraries (via ocamlobjinfo):

bitmasks

Documentation:

  • BitMaskSet Bitmasks exposed as sets. See the documentation for Set.S in the Standard Library for details of functions. The ordering used for elements in the set has the least significant bit as the smallest element which corresponds with constructor order of the sum type used for the elements. A complete example may be found in Make.