package camomile

  1. Overview
  2. Docs
A Unicode library

Install

Dune Dependency

Authors

Maintainers

Sources

camomile-1.0.1.tbz
sha256=c23b0a39cb36fd130168d3eba7cb4a91fbd35982b6cb2320ce5b06f271965a07
md5=82e016653431353a07f22c259adc6e05

doc/camomile.library/CamomileLibrary/Private/Unimap/Make/index.html

Module Unimap.Make

Parameters

Signature

type mapping
val read_map : mapping -> int -> int
type mapping_rw
val create_mapping_rw : int -> mapping_rw
val mapping_rw_to_ro : mapping_rw -> mapping
val add_mapping : mapping_rw -> int -> int -> unit
type t = {
  1. enc_to_ucs : mapping;
  2. ucs_to_enc : mapping;
}
type rw = {
  1. rw_enc_to_ucs : mapping_rw;
  2. rw_ucs_to_enc : mapping_rw;
}
val create_rw : int -> int -> rw
val add : rw -> int -> int -> unit
val rw_to_ro : rw -> t
val no_char_ucs : t -> int
val no_char_enc : t -> int
val enc_to_ucs : t -> int -> int
val ucs_to_enc : t -> int -> int
val of_name : string -> t
OCaml

Innovation. Community. Security.