package bitv

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

bitv 1.6

Libraries

This package provides the following libraries (via ocamlobjinfo):

bitv

Documentation:

  • Bitv This module implements bit vectors, as an abstract datatype t. Since bit vectors are particular cases of arrays, this module provides the same operations as module Array. It also provides bitwise operations and conversions to/from integer types.

bitv.string

Documentation: