Module CamomileLibrary.UCharTbl.Bytes


module Bytes: 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 CamomileLibrary.UMap.t -> t
val get : t -> CamomileLibrary.UChar.t -> int