package camomile

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

Module Unimap.MakeSource

Parameters

Signature

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

Innovation. Community. Security.