package bitv

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

Module Bitv.LSource

With least significant bits first.

Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval print : Format.formatter -> t -> unit