Module Bitv.M

module M: sig .. end

With most significant bits first.


val to_string : Bitv.t -> string
val of_string : string -> Bitv.t
val print : Stdlib.Format.formatter -> Bitv.t -> unit