Module Main.Type.UCharTbl.Bits


module Bits: sig .. end
Tables for integers. If integers are not span the whole 31-bit or 63-bit values, Bytes.t is more space efficient than int tbl.

type t 
val of_map : int -> int Main.Type.UMap.t -> t
val get : t -> Main.Type.UChar.t -> int